#0861C9

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

Shades of Navy Blue #0861C9

Tints of Navy Blue #0861C9

Color information

#0861C9 (or 0x0861C9) is unknown color: approx Navy Blue. HEX triplet: 08, 61 and C9. RGB value is (8,97,201). Sum of RGB (Red+Green+Blue) = 8+97+201=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #0861C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861C9 is #F79E36. Grayscale: #515151. Windows color (decimal): -16227895 or 13197576. OLE color: 13197576.

HSL color Cylindrical-coordinate representation of color #0861C9: hue angle of 212.33º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0861C9 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB897201-
CMYK0.960.5200.21
HSL212.33º92.34%40.98%-
HSV(B)212.33º96.02%78.82%-
XYZ14.9212.8256.95-
YUV82.24195.0175.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.61%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 201 (78.91% from 255) = 65.69%
R=2.61%
G=31.70%
B=65.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8972010.960.5200.21212.3392.3440.98
Hex861C96034015d45c29
Octal101413111406402532413451
Binary10001100001110010011100000110100010101110101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0861C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0861C9; }

 p { color: rgb(8,97,201); }

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

<style>
 a { background-color: #0861C9; }

 a { background-color: rgb(8,97,201); }

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

<style>
 span { border-color: #0861C9; }

 span { border-color: rgb(8,97,201); }

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