#040A70

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

Shades of Navy #040A70

Tints of Navy #040A70

Color information

#040A70 (or 0x040A70) is unknown color: approx Navy. HEX triplet: 04, 0A and 70. RGB value is (4,10,112). Sum of RGB (Red+Green+Blue) = 4+10+112=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #040A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A70 is #FBF58F. Grayscale: #131313. Windows color (decimal): -16512400 or 7342596. OLE color: 7342596.

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

Color convert

RGB410112-
CMYK0.960.9100.56
HSL236.67º93.1%22.75%-
HSV(B)236.67º96.43%43.92%-
XYZ3.081.4115.44-
YUV19.83180.01116.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 10 (4.30% from 255) = 7.94%
BLUE value IS 112 (44.14% from 255) = 88.89%
R=3.17%
G=7.94%
B=88.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4101120.960.9100.56236.6793.122.75
Hex4A70605B038ed5d17
Octal41216014013307035513527
Binary1001010111000011000001011011011100011101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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