Html Css Color HEX #040591 Dark Blue

📋 copy color: '#040591'

red 4 ◦ green 5 ◦ blue 145

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

Shades of Dark Blue #040591

Tints of Dark Blue #040591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 94.16%

R = 2.6%
G = 3.25%
B = 94.16%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040591 (or 0x040591) is known color: Dark Blue. HEX triplet: 04, 05 and 91. RGB value is (4,5,145). Sum of RGB (Red+Green+Blue) = 4+5+145=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #040591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040591 is #FBFA6E. Grayscale: #141414. Windows color (decimal): -16513647 or 9504004. OLE color: 9504004.

HSL color Cylindrical-coordinate representation of color #040591: hue angle of 239.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040591 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 5 145 -
CMYK 0.97 0.97 0 0.43
HSL 239.57º 0.95% 0.29% -
HSV(B) 239.57º 0.97% 0.57% -
XYZ 5.22 2.18 26.93 -
YUV 20.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 4 5 145 0.97 0.97 0 0.43 239.57 0.95 0.29
Hex 4 5 91 61 61 0 2B F0 5F 1D
Octal 4 5 221 141 141 0 53 360 137 35
Binary 100 101 10010001 1100001 1100001 0 101011 11110000 1011111 11101

Color Harmonies of #040591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040591

Black with #040591

Text Example


Text Example

White with #040591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040591; }

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

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

background-color css

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

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

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

border-color css

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

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

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