#0C70CC

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

Shades of Navy Blue #0C70CC

Tints of Navy Blue #0C70CC

Color information

#0C70CC (or 0x0C70CC) is unknown color: approx Navy Blue. HEX triplet: 0C, 70 and CC. RGB value is (12,112,204). Sum of RGB (Red+Green+Blue) = 12+112+204=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C70CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C70CC is #F38F33. Grayscale: #5C5C5C. Windows color (decimal): -15961908 or 13398028. OLE color: 13398028.

HSL color Cylindrical-coordinate representation of color #0C70CC: hue angle of 208.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C70CC is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12112204-
CMYK0.940.4500.2
HSL208.75º88.89%42.35%-
HSV(B)208.75º94.12%80%-
XYZ16.8416.0359.33-
YUV92.59190.8770.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.66%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=3.66%
G=34.15%
B=62.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121122040.940.4500.2208.7588.8942.35
HexC70CC5E2D014d1592a
Octal141603141365502432113152
Binary11001110000110011001011110101101010100110100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,112,204); }

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

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

 a { background-color: rgb(12,112,204); }

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

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

 span { border-color: rgb(12,112,204); }

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