Html Css Color HEX #040982 Navy

📋 copy color: '#040982'

red 4 ◦ green 9 ◦ blue 130

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

Shades of Navy #040982

Tints of Navy #040982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 2.8%
G = 6.29%
B = 90.91%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#040982 (or 0x040982) is known color: Navy. HEX triplet: 04, 09 and 82. RGB value is (4,9,130). Sum of RGB (Red+Green+Blue) = 4+9+130=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #040982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040982 is #FBF67D. Grayscale: #141414. Windows color (decimal): -16512638 or 8521988. OLE color: 8521988.

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

Color convert

RGB 4 9 130 -
CMYK 0.97 0.93 0 0.49
HSL 237.62º 0.94% 0.26% -
HSV(B) 237.62º 0.97% 0.51% -
XYZ 4.18 1.83 21.25 -
YUV 21.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 4 9 130 0.97 0.93 0 0.49 237.62 0.94 0.26
Hex 4 9 82 61 5D 0 31 EE 5E 1A
Octal 4 11 202 141 135 0 61 356 136 32
Binary 100 1001 10000010 1100001 1011101 0 110001 11101110 1011110 11010

Color Harmonies of #040982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040982

Black with #040982

Text Example


Text Example

White with #040982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040982; }

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

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

background-color css

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

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

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

border-color css

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

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

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