#040970

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

Shades of Navy #040970

Tints of Navy #040970

Color information

#040970 (or 0x040970) is unknown color: approx Navy. HEX triplet: 04, 09 and 70. RGB value is (4,9,112). Sum of RGB (Red+Green+Blue) = 4+9+112=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 9 (3.91% from 255 or 7.2% 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 #040970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040970 is #FBF68F. Grayscale: #121212. Windows color (decimal): -16512656 or 7342340. OLE color: 7342340.

HSL color Cylindrical-coordinate representation of color #040970: hue angle of 237.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040970 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49112-
CMYK0.960.9200.56
HSL237.22º93.1%22.75%-
HSV(B)237.22º96.43%43.92%-
XYZ3.071.3915.44-
YUV19.25180.34117.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 112 (44.14% from 255) = 89.6%
R=3.2%
G=7.2%
B=89.6%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491120.960.9200.56237.2293.122.75
Hex4970605C038ed5d17
Octal41116014013407035513527
Binary1001001111000011000001011100011100011101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040970; }

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

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

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

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

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

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

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

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