#211E70

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

Shades of Midnight Blue #211E70

Tints of Midnight Blue #211E70

Color information

#211E70 (or 0x211E70) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 70. RGB value is (33,30,112). Sum of RGB (Red+Green+Blue) = 33+30+112=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #211E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E70 is #DEE18F. Grayscale: #272727. Windows color (decimal): -14606736 or 7347745. OLE color: 7347745.

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

Color convert

RGB3330112-
CMYK0.710.7300.56
HSL242.2º57.75%27.84%-
HSV(B)242.2º73.21%43.92%-
XYZ4.022.4215.59-
YUV40.24168.49122.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 112 (44.14% from 255) = 64%
R=18.86%
G=17.14%
B=64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33301120.710.7300.56242.257.7527.84
Hex211E704749038f23a1c
Octal41361601071110703627234
Binary1000011111011100001000111100100101110001111001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E70; }

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

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

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

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

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

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

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

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