#04005B

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

Shades of Navy #04005B

Tints of Navy #04005B

Color information

#04005B (or 0x04005B) is unknown color: approx Navy. HEX triplet: 04, 00 and 5B. RGB value is (4,0,91). Sum of RGB (Red+Green+Blue) = 4+0+91=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 91 (35.94% from 255 or 95.79% from 95); Max value from RGB is 91 - color contains mainly: blue. Hex color #04005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04005B is #FBFFA4. Grayscale: #0B0B0B. Windows color (decimal): -16514981 or 5963780. OLE color: 5963780.

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

Color convert

RGB4091-
CMYK0.96100.64
HSL242.64º100%17.84%-
HSV(B)242.64º100%35.69%-
XYZ1.940.789.95-
YUV11.57172.83122.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 95.79%
R=4.21%
G=0%
B=95.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal40910.96100.64242.6410017.84
Hex405B6064040f36412
Octal40133140144010036314422
Binary10001011011110000011001000100000011110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04005B; }

 p { color: rgb(4,0,91); }

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

<style>
 a { background-color: #04005B; }

 a { background-color: rgb(4,0,91); }

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

<style>
 span { border-color: #04005B; }

 span { border-color: rgb(4,0,91); }

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