#202063

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

Shades of Midnight Blue #202063

Tints of Midnight Blue #202063

Color information

#202063 (or 0x202063) is unknown color: approx Midnight Blue. HEX triplet: 20, 20 and 63. RGB value is (32,32,99). Sum of RGB (Red+Green+Blue) = 32+32+99=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #202063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202063 is #DFDF9C. Grayscale: #272727. Windows color (decimal): -14671773 or 6496288. OLE color: 6496288.

HSL color Cylindrical-coordinate representation of color #202063: hue angle of 240º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #202063 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB323299-
CMYK0.680.6800.61
HSL240º51.15%25.69%-
HSV(B)240º67.68%38.82%-
XYZ3.362.2412.06-
YUV39.64161.5122.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 99 (39.06% from 255) = 60.74%
R=19.63%
G=19.63%
B=60.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3232990.680.6800.6124051.1525.69
Hex202063444403Df0331a
Octal40401431041040753606332
Binary10000010000011000111000100100010001111011111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202063; }

 p { color: rgb(32,32,99); }

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

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

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

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

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

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

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