#0C80C9

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

Shades of Navy Blue #0C80C9

Tints of Navy Blue #0C80C9

Color information

#0C80C9 (or 0x0C80C9) is unknown color: approx Navy Blue. HEX triplet: 0C, 80 and C9. RGB value is (12,128,201). Sum of RGB (Red+Green+Blue) = 12+128+201=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C80C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C80C9 is #F37F36. Grayscale: #656565. Windows color (decimal): -15957815 or 13205516. OLE color: 13205516.

HSL color Cylindrical-coordinate representation of color #0C80C9: hue angle of 203.17º 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 #0C80C9 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12128201-
CMYK0.940.3600.21
HSL203.17º88.73%41.76%-
HSV(B)203.17º94.03%78.82%-
XYZ18.4119.7358.1-
YUV101.64184.0764.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.52%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 201 (78.91% from 255) = 58.94%
R=3.52%
G=37.54%
B=58.94%

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
Decimal121282010.940.3600.21203.1788.7341.76
HexC80C95E24015cb592a
Octal142003111364402531313152
Binary110010000000110010011011110100100010101110010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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