Html Css Color HEX #040882 Navy

📋 copy color: '#040882'

red 4 ◦ green 8 ◦ blue 130

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

Shades of Navy #040882

Tints of Navy #040882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 2.82%
G = 5.63%
B = 91.55%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#040882 (or 0x040882) is known color: Navy. HEX triplet: 04, 08 and 82. RGB value is (4,8,130). Sum of RGB (Red+Green+Blue) = 4+8+130=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 130 (51.17% from 255 or 91.55% from 142); Max value from RGB is 130 - color contains mainly: blue. Hex color #040882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040882 is #FBF77D. Grayscale: #141414. Windows color (decimal): -16512894 or 8521732. OLE color: 8521732.

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

Color convert

RGB 4 8 130 -
CMYK 0.97 0.94 0 0.49
HSL 238.1º 0.94% 0.26% -
HSV(B) 238.1º 0.97% 0.51% -
XYZ 4.17 1.81 21.25 -
YUV 20.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 4 8 130 0.97 0.94 0 0.49 238.1 0.94 0.26
Hex 4 8 82 61 5E 0 31 EE 5E 1A
Octal 4 10 202 141 136 0 61 356 136 32
Binary 100 1000 10000010 1100001 1011110 0 110001 11101110 1011110 11010

Color Harmonies of #040882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040882

Black with #040882

Text Example


Text Example

White with #040882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040882; }

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

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

background-color css

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

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

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

border-color css

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

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

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