COLOR #0B02B0

HEX: #0B02B0
RGB: (11,2,176)

Color info

#0B02B0 contains mainly blue color. Web safe color of #0B02B0 is #000099 (or #009).

RGB color model

#0B02B0 color RGB value is (11,2,176).

  • red value is 11;
  • green value is 2;
  • blue value is 176.
RGB:
(11,2,176)
(4%,1%,69%)

RGB channels and saturation

R 11 of 255 = 4%
G 2 of 255 = 1%
B 176 of 255 = 69%

11
2
176

R + G + B ~ 25%. #0B02B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 2 + 176 = 189 (100%)
R 11 of 189 ~ 5.82%
G 2 of 189 ~ 1.06%
B 176 of 189 ~ 93.12%

%93.12

CMYK color model

#0B02B0 color CMYK value is (94,99,0,31).

  • cyan value is 93.75%
  • magenta value is 98.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(94,99,0,31)
C94M99Y0K31 
(94%,99%,0%,31%)
(0.94/0.99/0.00/0.31)	

CMYK percentages

%93.75
%98.86
%0
%30.98

Codes

Color #0B02B0 in popluar color models

0B02B0
RGB112176
HSL243°97.75%34.90%
HSB/HSV243°98.86%69.02%
CMYK93.75%98.86%0.00%
30.98%

Color #0B02B0 in popluar number systems.

HEX0B02B0
Decimal112176
Binary10111010110000
Octal132260

Shades and tints

Shades of #0B02B0

#0B02B0
(11,2,176)
#0A02A0
(10,2,160)
#090290
(9,2,144)
#080280
(8,2,128)
#070270
(7,2,112)
#060260
(6,2,96)
#050250
(5,2,80)
#040240
(4,2,64)
#030230
(3,2,48)
#020220
(2,2,32)
#010210
(1,2,16)
#000000
(0,0,0)

Tints of #0B02B0

#0B02B0
(11,2,176)
#2119B7
(33,25,183)
#3730BE
(55,48,190)
#4D47C5
(77,71,197)
#635ECC
(99,94,204)
#7975D3
(121,117,211)
#8F8CDA
(143,140,218)
#A5A3E1
(165,163,225)
#BBBAE8
(187,186,232)
#D1D1EF
(209,209,239)
#E7E8F6
(231,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B02B0 color. Also use rgb(11,2,176) instead hex code.

Text Font Color

.myTextColor { color: #0B02B0; }

<p style="color:#0B02B0">This sample text font color is #0B02B0.</p>

This text font color is #0B02B0.


Background Color

.myBgColor { background-color: #0B02B0; }

<div style="background-color:#0B02B0">Inner text</div>

This div background color is #0B02B0.


Border color

.myBorderColor { border: 1px solid #0B02B0; }

<div style="border:3px solid #0B02B0">Div</div>

This div border color is #0B02B0.


Opacity

.myOpacity80 { color: #0B02B0; opacity: 0.8; }

<p style="color:#0B02B0;opacity:0.8;">80%</p>

Text with #0B02B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0B02B0;}

<p style="text-shadow: 3px 3px 1px #0B02B0">Text here.</p>

This text has shadow with #0B02B0 color.

.textShadow {text-shadow: 3px 3px 1px #0B02B0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0B02B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #0B02B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0B02B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0B02B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #0B02B0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0B02B0;
  -webkit-box-shadow:	1px 1px 3px 2px #0B02B0;
  box-shadow:		1px 1px 3px 2px #0B02B0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0B02B0;
-webkit-box-shadow: 1px 1px 3px 2px #0B02B0;
box-shadow:1px 1px 3px 2px #0B02B0;">
Div content here</div>
This div box has shadow with color #0B02B0.

Preview

Color preview on black background

This text has color #0B02B0 on black background.


Color preview on white background

This text has color #0B02B0 on white background.



Black color preview on #0B02B0 background

This text has black color on #0B02B0 background.


White color preview on #0B02B0 background

This text has white color on #0B02B0 background.