#0B6CDC

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

Shades of Navy Blue #0B6CDC

Tints of Navy Blue #0B6CDC

Color information

#0B6CDC (or 0x0B6CDC) is unknown color: approx Navy Blue. HEX triplet: 0B, 6C and DC. RGB value is (11,108,220). Sum of RGB (Red+Green+Blue) = 11+108+220=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B6CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6CDC is #F49323. Grayscale: #5B5B5B. Windows color (decimal): -16028452 or 14445579. OLE color: 14445579.

HSL color Cylindrical-coordinate representation of color #0B6CDC: hue angle of 212.15º 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 #0B6CDC is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11108220-
CMYK0.950.5100.14
HSL212.15º90.48%45.29%-
HSV(B)212.15º95%86.27%-
XYZ18.4215.9669.82-
YUV91.76200.3670.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.24%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 220 (86.33% from 255) = 64.90%
R=3.24%
G=31.86%
B=64.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111082200.950.5100.14212.1590.4845.29
HexB6CDC5F330Ed45a2d
Octal131543341376301632413255
Binary1011110110011011100101111111001101110110101001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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