#010C70

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

Shades of Navy #010C70

Tints of Navy #010C70

Color information

#010C70 (or 0x010C70) is unknown color: approx Navy. HEX triplet: 01, 0C and 70. RGB value is (1,12,112). Sum of RGB (Red+Green+Blue) = 1+12+112=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #010C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C70 is #FEF38F. Grayscale: #131313. Windows color (decimal): -16708496 or 7343105. OLE color: 7343105.

HSL color Cylindrical-coordinate representation of color #010C70: hue angle of 234.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C70 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB112112-
CMYK0.990.8900.56
HSL234.05º98.23%22.16%-
HSV(B)234.05º99.11%43.92%-
XYZ3.071.4415.45-
YUV20.11179.86114.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 12 (5.08% from 255) = 9.6%
BLUE value IS 112 (44.14% from 255) = 89.6%
R=0.8%
G=9.6%
B=89.6%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121120.990.8900.56234.0598.2322.16
Hex1C706359038ea6216
Octal11416014313107035214226
Binary11100111000011000111011001011100011101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C70; }

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

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

<style>
 a { background-color: #010C70; }

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

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

<style>
 span { border-color: #010C70; }

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

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