Html Css Color HEX #041982 Navy

📋 copy color: '#041982'

red 4 ◦ green 25 ◦ blue 130

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

Shades of Navy #041982

Tints of Navy #041982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 2.52%
G = 15.72%
B = 81.76%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041982 (or 0x041982) is known color: Navy. HEX triplet: 04, 19 and 82. RGB value is (4,25,130). Sum of RGB (Red+Green+Blue) = 4+25+130=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #041982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041982 is #FBE67D. Grayscale: #1E1E1E. Windows color (decimal): -16508542 or 8526084. OLE color: 8526084.

HSL color Cylindrical-coordinate representation of color #041982: hue angle of 230º 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 #041982 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 25 130 -
CMYK 0.97 0.81 0 0.49
HSL 230º 0.94% 0.26% -
HSV(B) 230º 0.97% 0.51% -
XYZ 4.43 2.33 21.34 -
YUV 30.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 4 25 130 0.97 0.81 0 0.49 230 0.94 0.26
Hex 4 19 82 61 51 0 31 E6 5E 1A
Octal 4 31 202 141 121 0 61 346 136 32
Binary 100 11001 10000010 1100001 1010001 0 110001 11100110 1011110 11010

Color Harmonies of #041982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041982

Black with #041982

Text Example


Text Example

White with #041982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041982; }

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

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

background-color css

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

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

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

border-color css

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

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

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