#0c6dd1

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

Shades of Navy Blue #0C6DD1

Tints of Navy Blue #0C6DD1

Color information

#0C6DD1 (or 0x0C6DD1) is unknown color: approx Navy Blue. HEX triplet: 0C, 6D and D1. RGB value is (12,109,209). Sum of RGB (Red+Green+Blue) = 12+109+209=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 209 (82.03% from 255 or 63.33% from 330); Max value from RGB is 209 - color contains mainly: blue. Hex color #0C6DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6DD1 is #F3922E. Grayscale: #5A5A5A. Windows color (decimal): -15962671 or 13724940. OLE color: 13724940.

HSL color Cylindrical-coordinate representation of color #0C6DD1: hue angle of 210.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6DD1 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12109209-
CMYK0.940.4800.18
HSL210.46º89.14%43.33%-
HSV(B)210.46º94.26%81.96%-
XYZ17.1315.6262.43-
YUV91.4194.3671.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.64%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 209 (82.03% from 255) = 63.33%
R=3.64%
G=33.03%
B=63.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121092090.940.4800.18210.4689.1443.33
HexC6DD15E30012d2592b
Octal141553211366002232213153
Binary11001101101110100011011110110000010010110100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c6dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,209); }

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

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

 a { background-color: rgb(12,109,209); }

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

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

 span { border-color: rgb(12,109,209); }

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