Html Css Color HEX #041884 Navy

📋 copy color: '#041884'

red 4 ◦ green 24 ◦ blue 132

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

Shades of Navy #041884

Tints of Navy #041884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 2.5%
G = 15%
B = 82.5%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#041884 (or 0x041884) is known color: Navy. HEX triplet: 04, 18 and 84. RGB value is (4,24,132). Sum of RGB (Red+Green+Blue) = 4+24+132=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #041884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041884 is #FBE77B. Grayscale: #1D1D1D. Windows color (decimal): -16508796 or 8656900. OLE color: 8656900.

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

Color convert

RGB 4 24 132 -
CMYK 0.97 0.82 0 0.48
HSL 230.63º 0.94% 0.27% -
HSV(B) 230.63º 0.97% 0.52% -
XYZ 4.54 2.35 22.04 -
YUV 30.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 4 24 132 0.97 0.82 0 0.48 230.63 0.94 0.27
Hex 4 18 84 61 52 0 30 E7 5E 1B
Octal 4 30 204 141 122 0 60 347 136 33
Binary 100 11000 10000100 1100001 1010010 0 110000 11100111 1011110 11011

Color Harmonies of #041884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041884

Black with #041884

Text Example


Text Example

White with #041884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041884; }

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

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

background-color css

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

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

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

border-color css

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

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

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