#29207B

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

Shades of Midnight Blue #29207B

Tints of Midnight Blue #29207B

Color information

#29207B (or 0x29207B) is unknown color: approx Midnight Blue. HEX triplet: 29, 20 and 7B. RGB value is (41,32,123). Sum of RGB (Red+Green+Blue) = 41+32+123=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #29207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29207B is #D6DF84. Grayscale: #2C2C2C. Windows color (decimal): -14081925 or 8069161. OLE color: 8069161.

HSL color Cylindrical-coordinate representation of color #29207B: hue angle of 245.93º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29207B is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4132123-
CMYK0.670.7400.52
HSL245.93º58.71%30.39%-
HSV(B)245.93º73.98%48.24%-
XYZ5.012.9319.04-
YUV45.06171.98125.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=20.92%
G=16.33%
B=62.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41321230.670.7400.52245.9358.7130.39
Hex29207B434A034f63b1e
Octal51401731031120643667336
Binary10100110000011110111000011100101001101001111011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29207B; }

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

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

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

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

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

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

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

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