Html Css Color HEX #04027D Navy

📋 copy color: '#04027D'

red 4 ◦ green 2 ◦ blue 125

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

Shades of Navy #04027D

Tints of Navy #04027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 95.42%

R = 3.05%
G = 1.53%
B = 95.42%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04027D (or 0x04027D) is known color: Navy. HEX triplet: 04, 02 and 7D. RGB value is (4,2,125). Sum of RGB (Red+Green+Blue) = 4+2+125=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 125 (49.22% from 255 or 95.42% from 131); Max value from RGB is 125 - color contains mainly: blue. Hex color #04027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04027D is #FBFD82. Grayscale: #101010. Windows color (decimal): -16514435 or 8192516. OLE color: 8192516.

HSL color Cylindrical-coordinate representation of color #04027D: hue angle of 240.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04027D is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 2 125 -
CMYK 0.97 0.98 0 0.51
HSL 240.98º 0.97% 0.25% -
HSV(B) 240.98º 0.98% 0.49% -
XYZ 3.77 1.55 19.5 -
YUV 16.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 4 2 125 0.97 0.98 0 0.51 240.98 0.97 0.25
Hex 4 2 7D 61 62 0 33 F1 61 19
Octal 4 2 175 141 142 0 63 361 141 31
Binary 100 10 1111101 1100001 1100010 0 110011 11110001 1100001 11001

Color Harmonies of #04027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04027D

Black with #04027D

Text Example


Text Example

White with #04027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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