#010470

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

Shades of Navy #010470

Tints of Navy #010470

Color information

#010470 (or 0x010470) is unknown color: approx Navy. HEX triplet: 01, 04 and 70. RGB value is (1,4,112). Sum of RGB (Red+Green+Blue) = 1+4+112=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #010470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010470 is #FEFB8F. Grayscale: #0E0E0E. Windows color (decimal): -16710544 or 7341057. OLE color: 7341057.

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

Color convert

RGB14112-
CMYK0.990.9600.56
HSL238.38º98.23%22.16%-
HSV(B)238.38º99.11%43.92%-
XYZ2.981.2615.42-
YUV15.42182.51117.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 112 (44.14% from 255) = 95.73%
R=0.85%
G=3.42%
B=95.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal141120.990.9600.56238.3898.2322.16
Hex14706360038ee6216
Octal1416014314007035614226
Binary1100111000011000111100000011100011101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010470; }

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

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

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

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

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

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

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

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