Html Css Color HEX #040059 Navy

📋 copy color: '#040059'

red 4 ◦ green 0 ◦ blue 89

#040059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #040059

Tints of Navy #040059

RGB

 RED value IS 4 (1.95% from 255) = 4.3%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 95.7%

R = 4.3%
G = 0%
B = 95.7%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040059 (or 0x040059) is known color: 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

RGB 4 0 89 -
CMYK 0.96 1 0 0.65
HSL 242.7º 1% 0.17% -
HSV(B) 242.7º 1% 0.35% -
XYZ 1.85 0.75 9.5 -
YUV 11.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 4 0 89 0.96 1 0 0.65 242.7 1 0.17
Hex 4 0 59 60 64 0 41 F3 64 11
Octal 4 0 131 140 144 0 101 363 144 21
Binary 100 0 1011001 1100000 1100100 0 1000001 11110011 1100100 10001

Color Harmonies of #040059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040059

Black with #040059

Text Example


Text Example

White with #040059

Text Example


Text Example

HTML Codes & Css Web 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>