#0B66DC

Color #0B66DC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0B66DC

Tints of Navy Blue #0B66DC

Color information

#0B66DC (or 0x0B66DC) is unknown color: approx Navy Blue. HEX triplet: 0B, 66 and DC. RGB value is (11,102,220). Sum of RGB (Red+Green+Blue) = 11+102+220=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B66DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B66DC is #F49923. Grayscale: #575757. Windows color (decimal): -16029988 or 14444043. OLE color: 14444043.

HSL color Cylindrical-coordinate representation of color #0B66DC: hue angle of 213.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B66DC is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11102220-
CMYK0.950.5400.14
HSL213.88º90.48%45.29%-
HSV(B)213.88º95%86.27%-
XYZ17.8114.7469.62-
YUV88.24202.3572.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 220 (86.33% from 255) = 66.07%
R=3.30%
G=30.63%
B=66.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111022200.950.5400.14213.8890.4845.29
HexB66DC5F360Ed65a2d
Octal131463341376601632613255
Binary1011110011011011100101111111011001110110101101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B66DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B66DC; }

 p { color: rgb(11,102,220); }

 H1.HeaderClassName
 {
   color: #0B66DC;
 }
 .AnyTagClassName
 {
   color: #0B66DC;
 }
</style>
background-color css

<style>
 a { background-color: #0B66DC; }

 a { background-color: rgb(11,102,220); }

 div.DivClassName
 {
   background-color: #0B66DC;
 }
 .BgClassName
 {
   background-color: #0B66DC;
 }
</style>
border-color css

<style>
 span { border-color: #0B66DC; }

 span { border-color: rgb(11,102,220); }

 td.TdClassName
 {
   border-color: #0B66DC;
 }
 .TagClassName
 {
   border-color: #0B66DC;
 }
</style>