Html Css Color HEX #041882 Navy

📋 copy color: '#041882'

red 4 ◦ green 24 ◦ blue 130

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

Shades of Navy #041882

Tints of Navy #041882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

 BLUE value IS 130 (51.17% from 255) = 82.28%

R = 2.53%
G = 15.19%
B = 82.28%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041882 (or 0x041882) is known color: Navy. HEX triplet: 04, 18 and 82. RGB value is (4,24,130). Sum of RGB (Red+Green+Blue) = 4+24+130=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #041882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041882 is #FBE77D. Grayscale: #1D1D1D. Windows color (decimal): -16508798 or 8525828. OLE color: 8525828.

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

Color convert

RGB 4 24 130 -
CMYK 0.97 0.82 0 0.49
HSL 230.48º 0.94% 0.26% -
HSV(B) 230.48º 0.97% 0.51% -
XYZ 4.41 2.29 21.33 -
YUV 30.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 4 24 130 0.97 0.82 0 0.49 230.48 0.94 0.26
Hex 4 18 82 61 52 0 31 E6 5E 1A
Octal 4 30 202 141 122 0 61 346 136 32
Binary 100 11000 10000010 1100001 1010010 0 110001 11100110 1011110 11010

Color Harmonies of #041882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041882

Black with #041882

Text Example


Text Example

White with #041882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041882; }

 p { color: rgb(4,24,130); }

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

background-color css

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

 a { background-color: rgb(4,24,130); }

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

border-color css

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

 span { border-color: rgb(4,24,130); }

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