#202170

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

Shades of Midnight Blue #202170

Tints of Midnight Blue #202170

Color information

#202170 (or 0x202170) is unknown color: approx Midnight Blue. HEX triplet: 20, 21 and 70. RGB value is (32,33,112). Sum of RGB (Red+Green+Blue) = 32+33+112=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #202170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202170 is #DFDE8F. Grayscale: #292929. Windows color (decimal): -14671504 or 7348512. OLE color: 7348512.

HSL color Cylindrical-coordinate representation of color #202170: hue angle of 239.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202170 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3233112-
CMYK0.710.7100.56
HSL239.25º55.56%28.24%-
HSV(B)239.25º71.43%43.92%-
XYZ4.062.5615.61-
YUV41.71167.67121.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=18.08%
G=18.64%
B=63.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32331120.710.7100.56239.2555.5628.24
Hex2021704747038ef381c
Octal40411601071070703577034
Binary10000010000111100001000111100011101110001110111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202170; }

 p { color: rgb(32,33,112); }

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

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

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

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

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

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

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