#202C76

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

Shades of Midnight Blue #202C76

Tints of Midnight Blue #202C76

Color information

#202C76 (or 0x202C76) is unknown color: approx Midnight Blue. HEX triplet: 20, 2C and 76. RGB value is (32,44,118). Sum of RGB (Red+Green+Blue) = 32+44+118=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #202C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C76 is #DFD389. Grayscale: #303030. Windows color (decimal): -14668682 or 7744544. OLE color: 7744544.

HSL color Cylindrical-coordinate representation of color #202C76: hue angle of 231.63º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202C76 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3244118-
CMYK0.730.6300.54
HSL231.63º57.33%29.41%-
HSV(B)231.63º72.88%46.27%-
XYZ4.773.4217.55-
YUV48.85167.02115.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=16.49%
G=22.68%
B=60.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32441180.730.6300.54231.6357.3329.41
Hex202C76493F036e8391d
Octal4054166111770663507135
Binary1000001011001110110100100111111101101101110100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,44,118); }

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

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

 a { background-color: rgb(32,44,118); }

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

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

 span { border-color: rgb(32,44,118); }

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