#202D77

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

Shades of Midnight Blue #202D77

Tints of Midnight Blue #202D77

Color information

#202D77 (or 0x202D77) is unknown color: approx Midnight Blue. HEX triplet: 20, 2D and 77. RGB value is (32,45,119). Sum of RGB (Red+Green+Blue) = 32+45+119=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #202D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D77 is #DFD288. Grayscale: #313131. Windows color (decimal): -14668425 or 7810336. OLE color: 7810336.

HSL color Cylindrical-coordinate representation of color #202D77: hue angle of 231.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202D77 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3245119-
CMYK0.730.6200.53
HSL231.03º57.62%29.61%-
HSV(B)231.03º73.11%46.67%-
XYZ4.863.5217.88-
YUV49.55167.19115.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=16.33%
G=22.96%
B=60.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32451190.730.6200.53231.0357.6229.61
Hex202D77493E035e73a1e
Octal4055167111760653477236
Binary1000001011011110111100100111111001101011110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,45,119); }

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

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

 a { background-color: rgb(32,45,119); }

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

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

 span { border-color: rgb(32,45,119); }

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