#0C81C9

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

Shades of Navy Blue #0C81C9

Tints of Navy Blue #0C81C9

Color information

#0C81C9 (or 0x0C81C9) is unknown color: approx Navy Blue. HEX triplet: 0C, 81 and C9. RGB value is (12,129,201). Sum of RGB (Red+Green+Blue) = 12+129+201=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C81C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C81C9 is #F37E36. Grayscale: #656565. Windows color (decimal): -15957559 or 13205772. OLE color: 13205772.

HSL color Cylindrical-coordinate representation of color #0C81C9: hue angle of 202.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C81C9 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12129201-
CMYK0.940.3600.21
HSL202.86º88.73%41.76%-
HSV(B)202.86º94.03%78.82%-
XYZ18.542058.14-
YUV102.22183.7463.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.51%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 201 (78.91% from 255) = 58.77%
R=3.51%
G=37.72%
B=58.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121292010.940.3600.21202.8688.7341.76
HexC81C95E24015cb592a
Octal142013111364402531313152
Binary110010000001110010011011110100100010101110010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,129,201); }

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

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

 a { background-color: rgb(12,129,201); }

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

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

 span { border-color: rgb(12,129,201); }

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