Html Css Color HEX #040590 Dark Blue

📋 copy color: '#040590'

red 4 ◦ green 5 ◦ blue 144

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

Shades of Dark Blue #040590

Tints of Dark Blue #040590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 94.12%

R = 2.61%
G = 3.27%
B = 94.12%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#040590 (or 0x040590) is known color: Dark Blue. HEX triplet: 04, 05 and 90. RGB value is (4,5,144). Sum of RGB (Red+Green+Blue) = 4+5+144=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 144 (56.64% from 255 or 94.12% from 153); Max value from RGB is 144 - color contains mainly: blue. Hex color #040590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040590 is #FBFA6F. Grayscale: #131313. Windows color (decimal): -16513648 or 9438468. OLE color: 9438468.

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

Color convert

RGB 4 5 144 -
CMYK 0.97 0.97 0 0.44
HSL 239.57º 0.95% 0.29% -
HSV(B) 239.57º 0.97% 0.56% -
XYZ 5.14 2.15 26.53 -
YUV 20.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 4 5 144 0.97 0.97 0 0.44 239.57 0.95 0.29
Hex 4 5 90 61 61 0 2C F0 5F 1D
Octal 4 5 220 141 141 0 54 360 137 35
Binary 100 101 10010000 1100001 1100001 0 101100 11110000 1011111 11101

Color Harmonies of #040590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040590

Black with #040590

Text Example


Text Example

White with #040590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040590; }

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

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

background-color css

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

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

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

border-color css

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

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

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