#04015D

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

Shades of Navy #04015D

Tints of Navy #04015D

Color information

#04015D (or 0x04015D) is unknown color: approx Navy. HEX triplet: 04, 01 and 5D. RGB value is (4,1,93). Sum of RGB (Red+Green+Blue) = 4+1+93=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #04015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015D is #FBFEA2. Grayscale: #0C0C0C. Windows color (decimal): -16514723 or 6095108. OLE color: 6095108.

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

Color convert

RGB4193-
CMYK0.960.9900.64
HSL241.96º97.87%18.43%-
HSV(B)241.96º98.92%36.47%-
XYZ2.040.8410.41-
YUV12.38173.49122.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 93 (36.72% from 255) = 94.90%
R=4.08%
G=1.02%
B=94.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal41930.960.9900.64241.9697.8718.43
Hex415D6063040f26212
Octal41135140143010036214222
Binary10011011101110000011000110100000011110010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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