Html Css Color HEX #04025D Navy

📋 copy color: '#04025D'

red 4 ◦ green 2 ◦ blue 93

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

Shades of Navy #04025D

Tints of Navy #04025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.02%

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

R = 4.04%
G = 2.02%
B = 93.94%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04025D (or 0x04025D) is known color: Navy. HEX triplet: 04, 02 and 5D. RGB value is (4,2,93). Sum of RGB (Red+Green+Blue) = 4+2+93=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 93 (36.72% from 255 or 93.94% from 99); Max value from RGB is 93 - color contains mainly: blue. Hex color #04025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04025D is #FBFDA2. Grayscale: #0C0C0C. Windows color (decimal): -16514467 or 6095364. OLE color: 6095364.

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

Color convert

RGB 4 2 93 -
CMYK 0.96 0.98 0 0.64
HSL 241.32º 0.96% 0.19% -
HSV(B) 241.32º 0.98% 0.36% -
XYZ 2.05 0.86 10.41 -
YUV 12.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 4 2 93 0.96 0.98 0 0.64 241.32 0.96 0.19
Hex 4 2 5D 60 62 0 40 F1 60 13
Octal 4 2 135 140 142 0 100 361 140 23
Binary 100 10 1011101 1100000 1100010 0 1000000 11110001 1100000 10011

Color Harmonies of #04025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04025D

Black with #04025D

Text Example


Text Example

White with #04025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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