Html Css Color HEX #040584 Navy

📋 copy color: '#040584'

red 4 ◦ green 5 ◦ blue 132

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

Shades of Navy #040584

Tints of Navy #040584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 2.84%
G = 3.55%
B = 93.62%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#040584 (or 0x040584) is known color: Navy. HEX triplet: 04, 05 and 84. RGB value is (4,5,132). Sum of RGB (Red+Green+Blue) = 4+5+132=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 132 (51.95% from 255 or 93.62% from 141); Max value from RGB is 132 - color contains mainly: blue. Hex color #040584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040584 is #FBFA7B. Grayscale: #121212. Windows color (decimal): -16513660 or 8652036. OLE color: 8652036.

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

Color convert

RGB 4 5 132 -
CMYK 0.97 0.96 0 0.48
HSL 239.53º 0.94% 0.27% -
HSV(B) 239.53º 0.97% 0.52% -
XYZ 4.27 1.8 21.95 -
YUV 19.18 191.67 117.17 -
System Red Green Blue C M Y K H S L
Decimal 4 5 132 0.97 0.96 0 0.48 239.53 0.94 0.27
Hex 4 5 84 61 60 0 30 F0 5E 1B
Octal 4 5 204 141 140 0 60 360 136 33
Binary 100 101 10000100 1100001 1100000 0 110000 11110000 1011110 11011

Color Harmonies of #040584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040584

Black with #040584

Text Example


Text Example

White with #040584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040584; }

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

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

background-color css

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

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

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

border-color css

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

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

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