#211270

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

Shades of Midnight Blue #211270

Tints of Midnight Blue #211270

Color information

#211270 (or 0x211270) is unknown color: approx Midnight Blue. HEX triplet: 21, 12 and 70. RGB value is (33,18,112). Sum of RGB (Red+Green+Blue) = 33+18+112=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #211270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211270 is #DEED8F. Grayscale: #202020. Windows color (decimal): -14609808 or 7344673. OLE color: 7344673.

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

Color convert

RGB3318112-
CMYK0.710.8400.56
HSL249.57º72.31%25.49%-
HSV(B)249.57º83.93%43.92%-
XYZ3.771.9315.5-
YUV33.2172.47127.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=20.25%
G=11.04%
B=68.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33181120.710.8400.56249.5772.3125.49
Hex2112704754038fa4819
Octal412216010712407037211031
Binary10000110010111000010001111010100011100011111010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211270; }

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

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

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

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

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

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

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

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