#04015E

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

Shades of Navy #04015E

Tints of Navy #04015E

Color information

#04015E (or 0x04015E) is unknown color: approx Navy. HEX triplet: 04, 01 and 5E. RGB value is (4,1,94). Sum of RGB (Red+Green+Blue) = 4+1+94=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 94 (37.11% from 255 or 94.95% from 99); Max value from RGB is 94 - color contains mainly: blue. Hex color #04015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015E is #FBFEA1. Grayscale: #0C0C0C. Windows color (decimal): -16514722 or 6160644. OLE color: 6160644.

HSL color Cylindrical-coordinate representation of color #04015E: hue angle of 241.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04015E is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB4194-
CMYK0.960.9900.63
HSL241.94º97.89%18.63%-
HSV(B)241.94º98.94%36.86%-
XYZ2.080.8610.65-
YUV12.5173.99121.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 94 (37.11% from 255) = 94.95%
R=4.04%
G=1.01%
B=94.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal41940.960.9900.63241.9497.8918.63
Hex415E606303Ff26213
Octal4113614014307736214223
Binary1001101111011000001100011011111111110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,1,94); }

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

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

 a { background-color: rgb(4,1,94); }

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

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

 span { border-color: rgb(4,1,94); }

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