#0B6AD4

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

Shades of Navy Blue #0B6AD4

Tints of Navy Blue #0B6AD4

Color information

#0B6AD4 (or 0x0B6AD4) is unknown color: approx Navy Blue. HEX triplet: 0B, 6A and D4. RGB value is (11,106,212). Sum of RGB (Red+Green+Blue) = 11+106+212=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 212 (83.20% from 255 or 64.44% from 329); Max value from RGB is 212 - color contains mainly: blue. Hex color #0B6AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6AD4 is #F4952B. Grayscale: #595959. Windows color (decimal): -16028972 or 13920779. OLE color: 13920779.

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

Color convert

RGB11106212-
CMYK0.950.500.17
HSL211.64º90.13%43.73%-
HSV(B)211.64º94.81%83.14%-
XYZ17.1815.1364.3-
YUV89.68197.0371.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.34%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 212 (83.20% from 255) = 64.44%
R=3.34%
G=32.22%
B=64.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111062120.950.500.17211.6490.1343.73
HexB6AD45F32011d45a2c
Octal131523241376202132413254
Binary10111101010110101001011111110010010001110101001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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