#202A78

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

Shades of Midnight Blue #202A78

Tints of Midnight Blue #202A78

Color information

#202A78 (or 0x202A78) is unknown color: approx Midnight Blue. HEX triplet: 20, 2A and 78. RGB value is (32,42,120). Sum of RGB (Red+Green+Blue) = 32+42+120=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #202A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A78 is #DFD587. Grayscale: #2F2F2F. Windows color (decimal): -14669192 or 7875104. OLE color: 7875104.

HSL color Cylindrical-coordinate representation of color #202A78: hue angle of 233.18º 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 #202A78 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3242120-
CMYK0.730.6500.53
HSL233.18º57.89%29.8%-
HSV(B)233.18º73.33%47.06%-
XYZ4.813.3218.16-
YUV47.9168.69116.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=16.49%
G=21.65%
B=61.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32421200.730.6500.53233.1857.8929.8
Hex202A784941035e93a1e
Octal40521701111010653517236
Binary10000010101011110001001001100000101101011110100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,42,120); }

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

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

 a { background-color: rgb(32,42,120); }

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

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

 span { border-color: rgb(32,42,120); }

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