#040B70

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

Shades of Navy #040B70

Tints of Navy #040B70

Color information

#040B70 (or 0x040B70) is unknown color: approx Navy. HEX triplet: 04, 0B and 70. RGB value is (4,11,112). Sum of RGB (Red+Green+Blue) = 4+11+112=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #040B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B70 is #FBF48F. Grayscale: #141414. Windows color (decimal): -16512144 or 7342852. OLE color: 7342852.

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

Color convert

RGB411112-
CMYK0.960.9000.56
HSL236.11º93.1%22.75%-
HSV(B)236.11º96.43%43.92%-
XYZ3.091.4415.44-
YUV20.42179.68116.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 112 (44.14% from 255) = 88.19%
R=3.15%
G=8.66%
B=88.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111120.960.9000.56236.1193.122.75
Hex4B70605A038ec5d17
Octal41316014013207035413527
Binary1001011111000011000001011010011100011101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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