Html Css Color HEX #040791 Dark Blue

📋 copy color: '#040791'

red 4 ◦ green 7 ◦ blue 145

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

Shades of Dark Blue #040791

Tints of Dark Blue #040791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 2.56%
G = 4.49%
B = 92.95%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040791 (or 0x040791) is known color: Dark Blue. HEX triplet: 04, 07 and 91. RGB value is (4,7,145). Sum of RGB (Red+Green+Blue) = 4+7+145=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 145 (57.03% from 255 or 92.95% from 156); Max value from RGB is 145 - color contains mainly: blue. Hex color #040791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040791 is #FBF86E. Grayscale: #151515. Windows color (decimal): -16513135 or 9504516. OLE color: 9504516.

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

Color convert

RGB 4 7 145 -
CMYK 0.97 0.95 0 0.43
HSL 238.72º 0.95% 0.29% -
HSV(B) 238.72º 0.97% 0.57% -
XYZ 5.24 2.22 26.94 -
YUV 21.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 4 7 145 0.97 0.95 0 0.43 238.72 0.95 0.29
Hex 4 7 91 61 5F 0 2B EF 5F 1D
Octal 4 7 221 141 137 0 53 357 137 35
Binary 100 111 10010001 1100001 1011111 0 101011 11101111 1011111 11101

Color Harmonies of #040791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040791

Black with #040791

Text Example


Text Example

White with #040791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040791; }

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

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

background-color css

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

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

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

border-color css

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

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

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