#010A70

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

Shades of Navy #010A70

Tints of Navy #010A70

Color information

#010A70 (or 0x010A70) is unknown color: approx Navy. HEX triplet: 01, 0A and 70. RGB value is (1,10,112). Sum of RGB (Red+Green+Blue) = 1+10+112=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #010A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A70 is #FEF58F. Grayscale: #121212. Windows color (decimal): -16709008 or 7342593. OLE color: 7342593.

HSL color Cylindrical-coordinate representation of color #010A70: hue angle of 235.14º 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 #010A70 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB110112-
CMYK0.990.9100.56
HSL235.14º98.23%22.16%-
HSV(B)235.14º99.11%43.92%-
XYZ3.051.3915.44-
YUV18.94180.52115.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 112 (44.14% from 255) = 91.06%
R=0.81%
G=8.13%
B=91.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101120.990.9100.56235.1498.2322.16
Hex1A70635B038eb6216
Octal11216014313307035314226
Binary11010111000011000111011011011100011101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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