Html Css Color HEX #04026D Navy

📋 copy color: '#04026D'

red 4 ◦ green 2 ◦ blue 109

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

Shades of Navy #04026D

Tints of Navy #04026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 94.78%

R = 3.48%
G = 1.74%
B = 94.78%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04026D (or 0x04026D) is known color: Navy. HEX triplet: 04, 02 and 6D. RGB value is (4,2,109). Sum of RGB (Red+Green+Blue) = 4+2+109=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 109 (42.97% from 255 or 94.78% from 115); Max value from RGB is 109 - color contains mainly: blue. Hex color #04026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04026D is #FBFD92. Grayscale: #0E0E0E. Windows color (decimal): -16514451 or 7143940. OLE color: 7143940.

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

Color convert

RGB 4 2 109 -
CMYK 0.96 0.98 0 0.57
HSL 241.12º 0.96% 0.22% -
HSV(B) 241.12º 0.98% 0.43% -
XYZ 2.83 1.17 14.55 -
YUV 14.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 4 2 109 0.96 0.98 0 0.57 241.12 0.96 0.22
Hex 4 2 6D 60 62 0 39 F1 60 16
Octal 4 2 155 140 142 0 71 361 140 26
Binary 100 10 1101101 1100000 1100010 0 111001 11110001 1100000 10110

Color Harmonies of #04026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04026D

Black with #04026D

Text Example


Text Example

White with #04026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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