#202B72

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

Shades of Midnight Blue #202B72

Tints of Midnight Blue #202B72

Color information

#202B72 (or 0x202B72) is unknown color: approx Midnight Blue. HEX triplet: 20, 2B and 72. RGB value is (32,43,114). Sum of RGB (Red+Green+Blue) = 32+43+114=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #202B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B72 is #DFD48D. Grayscale: #2F2F2F. Windows color (decimal): -14668942 or 7482144. OLE color: 7482144.

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

Color convert

RGB3243114-
CMYK0.720.6200.55
HSL231.95º56.16%28.63%-
HSV(B)231.95º71.93%44.71%-
XYZ4.53.2516.31-
YUV47.8165.36116.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=16.93%
G=22.75%
B=60.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32431140.720.6200.55231.9556.1628.63
Hex202B72483E037e8381d
Octal4053162110760673507035
Binary1000001010111110010100100011111001101111110100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202B72; }

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

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

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

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

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

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

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

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