#040059

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

Shades of Navy #040059

Tints of Navy #040059

Color information

#040059 (or 0x040059) is unknown color: approx Navy. HEX triplet: 04, 00 and 59. RGB value is (4,0,89). Sum of RGB (Red+Green+Blue) = 4+0+89=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 89 (35.16% from 255 or 95.70% from 93); Max value from RGB is 89 - color contains mainly: blue. Hex color #040059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040059 is #FBFFA6. Grayscale: #0A0A0A. Windows color (decimal): -16514983 or 5832708. OLE color: 5832708.

HSL color Cylindrical-coordinate representation of color #040059: hue angle of 242.7º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040059 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB4089-
CMYK0.96100.65
HSL242.7º100%17.45%-
HSV(B)242.7º100%34.9%-
XYZ1.850.759.5-
YUV11.34171.83122.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 95.70%
R=4.30%
G=0%
B=95.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal40890.96100.65242.710017.45
Hex40596064041f36411
Octal40131140144010136314421
Binary10001011001110000011001000100000111110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040059; }

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

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

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

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

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

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

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

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