#0B6BD4

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

Shades of Navy Blue #0B6BD4

Tints of Navy Blue #0B6BD4

Color information

#0B6BD4 (or 0x0B6BD4) is unknown color: approx Navy Blue. HEX triplet: 0B, 6B and D4. RGB value is (11,107,212). Sum of RGB (Red+Green+Blue) = 11+107+212=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 212 (83.20% from 255 or 64.24% from 330); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B6BD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6BD4 is #F4942B. Grayscale: #595959. Windows color (decimal): -16028716 or 13921035. OLE color: 13921035.

HSL color Cylindrical-coordinate representation of color #0B6BD4: hue angle of 211.34º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6BD4 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11107212-
CMYK0.950.5000.17
HSL211.34º90.13%43.73%-
HSV(B)211.34º94.81%83.14%-
XYZ17.2815.3464.34-
YUV90.27196.771.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.33%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 212 (83.20% from 255) = 64.24%
R=3.33%
G=32.42%
B=64.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111072120.950.5000.17211.3490.1343.73
HexB6BD45F32011d35a2c
Octal131533241376202132313254
Binary10111101011110101001011111110010010001110100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,107,212); }

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

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

 a { background-color: rgb(11,107,212); }

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

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

 span { border-color: rgb(11,107,212); }

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