Html Css Color HEX #041182 Navy

📋 copy color: '#041182'

red 4 ◦ green 17 ◦ blue 130

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

Shades of Navy #041182

Tints of Navy #041182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

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

R = 2.65%
G = 11.26%
B = 86.09%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#041182 (or 0x041182) is known color: Navy. HEX triplet: 04, 11 and 82. RGB value is (4,17,130). Sum of RGB (Red+Green+Blue) = 4+17+130=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 130 (51.17% from 255 or 86.09% from 151); Max value from RGB is 130 - color contains mainly: blue. Hex color #041182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041182 is #FBEE7D. Grayscale: #191919. Windows color (decimal): -16510590 or 8524036. OLE color: 8524036.

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

Color convert

RGB 4 17 130 -
CMYK 0.97 0.87 0 0.49
HSL 233.81º 0.94% 0.26% -
HSV(B) 233.81º 0.97% 0.51% -
XYZ 4.28 2.04 21.29 -
YUV 26 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 4 17 130 0.97 0.87 0 0.49 233.81 0.94 0.26
Hex 4 11 82 61 57 0 31 EA 5E 1A
Octal 4 21 202 141 127 0 61 352 136 32
Binary 100 10001 10000010 1100001 1010111 0 110001 11101010 1011110 11010

Color Harmonies of #041182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041182

Black with #041182

Text Example


Text Example

White with #041182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041182; }

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

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

background-color css

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

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

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

border-color css

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

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

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