#211F70

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

Shades of Midnight Blue #211F70

Tints of Midnight Blue #211F70

Color information

#211F70 (or 0x211F70) is unknown color: approx Midnight Blue. HEX triplet: 21, 1F and 70. RGB value is (33,31,112). Sum of RGB (Red+Green+Blue) = 33+31+112=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #211F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F70 is #DEE08F. Grayscale: #282828. Windows color (decimal): -14606480 or 7348001. OLE color: 7348001.

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

Color convert

RGB3331112-
CMYK0.710.7200.56
HSL241.48º56.64%28.04%-
HSV(B)241.48º72.32%43.92%-
XYZ4.042.4715.59-
YUV40.83168.16122.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=18.75%
G=17.61%
B=63.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33311120.710.7200.56241.4856.6428.04
Hex211F704748038f1391c
Octal41371601071100703617134
Binary1000011111111100001000111100100001110001111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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