Html Css Color HEX #040491 Dark Blue

📋 copy color: '#040491'

red 4 ◦ green 4 ◦ blue 145

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

Shades of Dark Blue #040491

Tints of Dark Blue #040491

RGB

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

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

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

R = 2.61%
G = 2.61%
B = 94.77%

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

#040491 (or 0x040491) is known color: Dark Blue. HEX triplet: 04, 04 and 91. RGB value is (4,4,145). Sum of RGB (Red+Green+Blue) = 4+4+145=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 145 (57.03% from 255 or 94.77% from 153); Max value from RGB is 145 - color contains mainly: blue. Hex color #040491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040491 is #FBFB6E. Grayscale: #131313. Windows color (decimal): -16513903 or 9503748. OLE color: 9503748.

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

Color convert

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

Color Harmonies of #040491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040491

Black with #040491

Text Example


Text Example

White with #040491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040491; }

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

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

background-color css

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

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

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

border-color css

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

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

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