#04026E

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

Shades of Navy #04026E

Tints of Navy #04026E

Color information

#04026E (or 0x04026E) is unknown color: approx Navy. HEX triplet: 04, 02 and 6E. RGB value is (4,2,110). Sum of RGB (Red+Green+Blue) = 4+2+110=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 110 (43.36% from 255 or 94.83% from 116); Max value from RGB is 110 - color contains mainly: blue. Hex color #04026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04026E is #FBFD91. Grayscale: #0E0E0E. Windows color (decimal): -16514450 or 7209476. OLE color: 7209476.

HSL color Cylindrical-coordinate representation of color #04026E: hue angle of 241.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04026E is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB42110-
CMYK0.960.9800.57
HSL241.11º96.43%21.96%-
HSV(B)241.11º98.18%43.14%-
XYZ2.891.214.83-
YUV14.91181.66120.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 110 (43.36% from 255) = 94.83%
R=3.45%
G=1.72%
B=94.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal421100.960.9800.57241.1196.4321.96
Hex426E6062039f16016
Octal4215614014207136114026
Binary10010110111011000001100010011100111110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04026E; }

 p { color: rgb(4,2,110); }

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

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

 a { background-color: rgb(4,2,110); }

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

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

 span { border-color: rgb(4,2,110); }

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