Html Css Color HEX #04015F Navy

📋 copy color: '#04015F'

red 4 ◦ green 1 ◦ blue 95

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

Shades of Navy #04015F

Tints of Navy #04015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

 BLUE value IS 95 (37.5% from 255) = 95%

R = 4%
G = 1%
B = 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

#04015F (or 0x04015F) is known color: Navy. HEX triplet: 04, 01 and 5F. RGB value is (4,1,95). Sum of RGB (Red+Green+Blue) = 4+1+95=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 95 (37.5% from 255 or 95% from 100); Max value from RGB is 95 - color contains mainly: blue. Hex color #04015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015F is #FBFEA0. Grayscale: #0C0C0C. Windows color (decimal): -16514721 or 6226180. OLE color: 6226180.

HSL color Cylindrical-coordinate representation of color #04015F: hue angle of 241.91º 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 #04015F is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 1 95 -
CMYK 0.96 0.99 0 0.63
HSL 241.91º 0.98% 0.19% -
HSV(B) 241.91º 0.99% 0.37% -
XYZ 2.13 0.87 10.88 -
YUV 12.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 4 1 95 0.96 0.99 0 0.63 241.91 0.98 0.19
Hex 4 1 5F 60 63 0 3F F2 62 13
Octal 4 1 137 140 143 0 77 362 142 23
Binary 100 1 1011111 1100000 1100011 0 111111 11110010 1100010 10011

Color Harmonies of #04015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04015F

Black with #04015F

Text Example


Text Example

White with #04015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04015F;
 }
 .AnyTagClassName
 {
   color: #04015F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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