#202572

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

Shades of Midnight Blue #202572

Tints of Midnight Blue #202572

Color information

#202572 (or 0x202572) is unknown color: approx Midnight Blue. HEX triplet: 20, 25 and 72. RGB value is (32,37,114). Sum of RGB (Red+Green+Blue) = 32+37+114=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #202572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202572 is #DFDA8D. Grayscale: #2B2B2B. Windows color (decimal): -14670478 or 7480608. OLE color: 7480608.

HSL color Cylindrical-coordinate representation of color #202572: hue angle of 236.34º 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 #202572 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3237114-
CMYK0.720.6800.55
HSL236.34º56.16%28.63%-
HSV(B)236.34º71.93%44.71%-
XYZ4.292.8516.24-
YUV44.28167.34119.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=17.49%
G=20.22%
B=62.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32371140.720.6800.55236.3456.1628.63
Hex2025724844037ec381d
Octal40451621101040673547035
Binary10000010010111100101001000100010001101111110110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202572; }

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

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

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

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

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

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

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

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