Html Css Color HEX #04015C Navy

📋 copy color: '#04015C'

red 4 ◦ green 1 ◦ blue 92

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

Shades of Navy #04015C

Tints of Navy #04015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 94.85%

R = 4.12%
G = 1.03%
B = 94.85%

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

#04015C (or 0x04015C) is known color: Navy. HEX triplet: 04, 01 and 5C. RGB value is (4,1,92). Sum of RGB (Red+Green+Blue) = 4+1+92=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 92 (36.33% from 255 or 94.85% from 97); Max value from RGB is 92 - color contains mainly: blue. Hex color #04015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04015C is #FBFEA3. Grayscale: #0B0B0B. Windows color (decimal): -16514724 or 6029572. OLE color: 6029572.

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

Color convert

RGB 4 1 92 -
CMYK 0.96 0.99 0 0.64
HSL 241.98º 0.98% 0.18% -
HSV(B) 241.98º 0.99% 0.36% -
XYZ 1.99 0.82 10.18 -
YUV 12.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 4 1 92 0.96 0.99 0 0.64 241.98 0.98 0.18
Hex 4 1 5C 60 63 0 40 F2 62 12
Octal 4 1 134 140 143 0 100 362 142 22
Binary 100 1 1011100 1100000 1100011 0 1000000 11110010 1100010 10010

Color Harmonies of #04015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04015C

Black with #04015C

Text Example


Text Example

White with #04015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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