#0C7DD2

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

Shades of Navy Blue #0C7DD2

Tints of Navy Blue #0C7DD2

Color information

#0C7DD2 (or 0x0C7DD2) is unknown color: approx Navy Blue. HEX triplet: 0C, 7D and D2. RGB value is (12,125,210). Sum of RGB (Red+Green+Blue) = 12+125+210=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #0C7DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7DD2 is #F3822D. Grayscale: #646464. Windows color (decimal): -15958574 or 13794572. OLE color: 13794572.

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

Color convert

RGB12125210-
CMYK0.940.4000.18
HSL205.76º89.19%43.53%-
HSV(B)205.76º94.29%82.35%-
XYZ19.1219.463.71-
YUV100.9189.5664.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.46%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 210 (82.42% from 255) = 60.52%
R=3.46%
G=36.02%
B=60.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121252100.940.4000.18205.7689.1943.53
HexC7DD25E28012ce592c
Octal141753221365002231613154
Binary11001111101110100101011110101000010010110011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,125,210); }

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

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

 a { background-color: rgb(12,125,210); }

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

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

 span { border-color: rgb(12,125,210); }

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