Html Css Color HEX #040884 Navy

📋 copy color: '#040884'

red 4 ◦ green 8 ◦ blue 132

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

Shades of Navy #040884

Tints of Navy #040884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 91.67%

R = 2.78%
G = 5.56%
B = 91.67%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#040884 (or 0x040884) is known color: Navy. HEX triplet: 04, 08 and 84. RGB value is (4,8,132). Sum of RGB (Red+Green+Blue) = 4+8+132=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #040884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040884 is #FBF77B. Grayscale: #141414. Windows color (decimal): -16512892 or 8652804. OLE color: 8652804.

HSL color Cylindrical-coordinate representation of color #040884: hue angle of 238.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040884 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 8 132 -
CMYK 0.97 0.94 0 0.48
HSL 238.13º 0.94% 0.27% -
HSV(B) 238.13º 0.97% 0.52% -
XYZ 4.3 1.87 21.96 -
YUV 20.94 190.67 115.92 -
System Red Green Blue C M Y K H S L
Decimal 4 8 132 0.97 0.94 0 0.48 238.13 0.94 0.27
Hex 4 8 84 61 5E 0 30 EE 5E 1B
Octal 4 10 204 141 136 0 60 356 136 33
Binary 100 1000 10000100 1100001 1011110 0 110000 11101110 1011110 11011

Color Harmonies of #040884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040884

Black with #040884

Text Example


Text Example

White with #040884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040884; }

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

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

background-color css

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

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

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

border-color css

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

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

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