#0C6AC9

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

Shades of Navy Blue #0C6AC9

Tints of Navy Blue #0C6AC9

Color information

#0C6AC9 (or 0x0C6AC9) is unknown color: approx Navy Blue. HEX triplet: 0C, 6A and C9. RGB value is (12,106,201). Sum of RGB (Red+Green+Blue) = 12+106+201=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 201 (78.91% from 255 or 63.01% from 319); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C6AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6AC9 is #F39536. Grayscale: #585858. Windows color (decimal): -15963447 or 13199884. OLE color: 13199884.

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

Color convert

RGB12106201-
CMYK0.940.4700.21
HSL210.16º88.73%41.76%-
HSV(B)210.16º94.03%78.82%-
XYZ15.8514.657.24-
YUV88.72191.3673.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.76%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 201 (78.91% from 255) = 63.01%
R=3.76%
G=33.23%
B=63.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121062010.940.4700.21210.1688.7341.76
HexC6AC95E2F015d2592a
Octal141523111365702532213152
Binary11001101010110010011011110101111010101110100101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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