#04026F

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

Shades of Navy #04026F

Tints of Navy #04026F

Color information

#04026F (or 0x04026F) is unknown color: approx Navy. HEX triplet: 04, 02 and 6F. RGB value is (4,2,111). Sum of RGB (Red+Green+Blue) = 4+2+111=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 111 (43.75% from 255 or 94.87% from 117); Max value from RGB is 111 - color contains mainly: blue. Hex color #04026F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04026F is #FBFD90. Grayscale: #0E0E0E. Windows color (decimal): -16514449 or 7275012. OLE color: 7275012.

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

Color convert

RGB42111-
CMYK0.960.9800.56
HSL241.1º96.46%22.16%-
HSV(B)241.1º98.2%43.53%-
XYZ2.941.2215.12-
YUV15.02182.16120.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 111 (43.75% from 255) = 94.87%
R=3.42%
G=1.71%
B=94.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421110.960.9800.56241.196.4622.16
Hex426F6062038f16016
Octal4215714014207036114026
Binary10010110111111000001100010011100011110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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