#0C71D0

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

Shades of Navy Blue #0C71D0

Tints of Navy Blue #0C71D0

Color information

#0C71D0 (or 0x0C71D0) is unknown color: approx Navy Blue. HEX triplet: 0C, 71 and D0. RGB value is (12,113,208). Sum of RGB (Red+Green+Blue) = 12+113+208=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #0C71D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C71D0 is #F38E2F. Grayscale: #5D5D5D. Windows color (decimal): -15961648 or 13660428. OLE color: 13660428.

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

Color convert

RGB12113208-
CMYK0.940.4600.18
HSL209.08º89.09%43.14%-
HSV(B)209.08º94.23%81.57%-
XYZ17.4416.4461.93-
YUV93.63192.5469.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 208 (81.64% from 255) = 62.46%
R=3.60%
G=33.93%
B=62.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121132080.940.4600.18209.0889.0943.14
HexC71D05E2E012d1592b
Octal141613201365602232113153
Binary11001110001110100001011110101110010010110100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C71D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,113,208); }

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

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

 a { background-color: rgb(12,113,208); }

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

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

 span { border-color: rgb(12,113,208); }

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