Html Css Color HEX #04015E Navy

📋 copy color: '#04015E'

red 4 ◦ green 1 ◦ blue 94

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

Shades of Navy #04015E

Tints of Navy #04015E

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 value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04015E (or 0x04015E) is known color: 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

RGB 4 1 94 -
CMYK 0.96 0.99 0 0.63
HSL 241.94º 0.98% 0.19% -
HSV(B) 241.94º 0.99% 0.37% -
XYZ 2.08 0.86 10.65 -
YUV 12.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 4 1 94 0.96 0.99 0 0.63 241.94 0.98 0.19
Hex 4 1 5E 60 63 0 3F F2 62 13
Octal 4 1 136 140 143 0 77 362 142 23
Binary 100 1 1011110 1100000 1100011 0 111111 11110010 1100010 10011

Color Harmonies of #04015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04015E

Black with #04015E

Text Example


Text Example

White with #04015E

Text Example


Text Example

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