#211570

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

Shades of Midnight Blue #211570

Tints of Midnight Blue #211570

Color information

#211570 (or 0x211570) is unknown color: approx Midnight Blue. HEX triplet: 21, 15 and 70. RGB value is (33,21,112). Sum of RGB (Red+Green+Blue) = 33+21+112=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #211570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211570 is #DEEA8F. Grayscale: #222222. Windows color (decimal): -14609040 or 7345441. OLE color: 7345441.

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

Color convert

RGB3321112-
CMYK0.710.8100.56
HSL247.91º68.42%26.08%-
HSV(B)247.91º81.25%43.92%-
XYZ3.822.0315.52-
YUV34.96171.48126.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=19.88%
G=12.65%
B=67.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33211120.710.8100.56247.9168.4226.08
Hex2115704751038f8441a
Octal412516010712107037010432
Binary10000110101111000010001111010001011100011111000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211570; }

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

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

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

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

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

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

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

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