#292072

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

Shades of Midnight Blue #292072

Tints of Midnight Blue #292072

Color information

#292072 (or 0x292072) is unknown color: approx Midnight Blue. HEX triplet: 29, 20 and 72. RGB value is (41,32,114). Sum of RGB (Red+Green+Blue) = 41+32+114=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #292072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292072 is #D6DF8D. Grayscale: #2B2B2B. Windows color (decimal): -14081934 or 7479337. OLE color: 7479337.

HSL color Cylindrical-coordinate representation of color #292072: hue angle of 246.59º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292072 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4132114-
CMYK0.640.7200.55
HSL246.59º56.16%28.63%-
HSV(B)246.59º71.93%44.71%-
XYZ4.472.7216.21-
YUV44.04167.48125.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=21.93%
G=17.11%
B=60.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41321140.640.7200.55246.5956.1628.63
Hex2920724048037f7381d
Octal51401621001100673677035
Binary10100110000011100101000000100100001101111111011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292072; }

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

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

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

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

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

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

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

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