Html Css Color HEX #04015D Navy

📋 copy color: '#04015D'

red 4 ◦ green 1 ◦ blue 93

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

Shades of Navy #04015D

Tints of Navy #04015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 94.9%

R = 4.08%
G = 1.02%
B = 94.9%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04015D (or 0x04015D) is known color: Navy. HEX triplet: 04, 01 and 5D. RGB value is (4,1,93). Sum of RGB (Red+Green+Blue) = 4+1+93=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #04015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015D is #FBFEA2. Grayscale: #0C0C0C. Windows color (decimal): -16514723 or 6095108. OLE color: 6095108.

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

Color convert

RGB 4 1 93 -
CMYK 0.96 0.99 0 0.64
HSL 241.96º 0.98% 0.18% -
HSV(B) 241.96º 0.99% 0.36% -
XYZ 2.04 0.84 10.41 -
YUV 12.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 4 1 93 0.96 0.99 0 0.64 241.96 0.98 0.18
Hex 4 1 5D 60 63 0 40 F2 62 12
Octal 4 1 135 140 143 0 100 362 142 22
Binary 100 1 1011101 1100000 1100011 0 1000000 11110010 1100010 10010

Color Harmonies of #04015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04015D

Black with #04015D

Text Example


Text Example

White with #04015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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