#202060

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

Shades of Midnight Blue #202060

Tints of Midnight Blue #202060

Color information

#202060 (or 0x202060) is unknown color: approx Midnight Blue. HEX triplet: 20, 20 and 60. RGB value is (32,32,96). Sum of RGB (Red+Green+Blue) = 32+32+96=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #202060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202060 is #DFDF9F. Grayscale: #272727. Windows color (decimal): -14671776 or 6299680. OLE color: 6299680.

HSL color Cylindrical-coordinate representation of color #202060: hue angle of 240º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202060 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB323296-
CMYK0.670.6700.62
HSL240º50%25.1%-
HSV(B)240º66.67%37.65%-
XYZ3.222.1811.32-
YUV39.3160122.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3232960.670.6700.622405025.1
Hex202060434303Ef03219
Octal40401401031030763606231
Binary10000010000011000001000011100001101111101111000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202060; }

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

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

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

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

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

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

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

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