#291E72

Color #291E72 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #291E72

Tints of Midnight Blue #291E72

Color information

#291E72 (or 0x291E72) is unknown color: approx Midnight Blue. HEX triplet: 29, 1E and 72. RGB value is (41,30,114). Sum of RGB (Red+Green+Blue) = 41+30+114=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #291E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E72 is #D6E18D. Grayscale: #2A2A2A. Windows color (decimal): -14082446 or 7478825. OLE color: 7478825.

HSL color Cylindrical-coordinate representation of color #291E72: hue angle of 247.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291E72 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4130114-
CMYK0.640.7400.55
HSL247.86º58.33%28.24%-
HSV(B)247.86º73.68%44.71%-
XYZ4.422.6116.19-
YUV42.86168.14126.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=22.16%
G=16.22%
B=61.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41301140.640.7400.55247.8658.3328.24
Hex291E72404A037f83a1c
Octal51361621001120673707234
Binary1010011111011100101000000100101001101111111100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E72; }

 p { color: rgb(41,30,114); }

 H1.HeaderClassName
 {
   color: #291E72;
 }
 .AnyTagClassName
 {
   color: #291E72;
 }
</style>
background-color css

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

 a { background-color: rgb(41,30,114); }

 div.DivClassName
 {
   background-color: #291E72;
 }
 .BgClassName
 {
   background-color: #291E72;
 }
</style>
border-color css

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

 span { border-color: rgb(41,30,114); }

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