#04026C

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

Shades of Navy #04026C

Tints of Navy #04026C

Color information

#04026C (or 0x04026C) is unknown color: approx Navy. HEX triplet: 04, 02 and 6C. RGB value is (4,2,108). Sum of RGB (Red+Green+Blue) = 4+2+108=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 108 (42.58% from 255 or 94.74% from 114); Max value from RGB is 108 - color contains mainly: blue. Hex color #04026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04026C is #FBFD93. Grayscale: #0E0E0E. Windows color (decimal): -16514452 or 7078404. OLE color: 7078404.

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

Color convert

RGB42108-
CMYK0.960.9800.58
HSL241.13º96.36%21.57%-
HSV(B)241.13º98.15%42.35%-
XYZ2.781.1514.26-
YUV14.68180.66120.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 108 (42.58% from 255) = 94.74%
R=3.51%
G=1.75%
B=94.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal421080.960.9800.58241.1396.3621.57
Hex426C606203Af16016
Octal4215414014207236114026
Binary10010110110011000001100010011101011110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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