#211F72

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

Shades of Midnight Blue #211F72

Tints of Midnight Blue #211F72

Color information

#211F72 (or 0x211F72) is unknown color: approx Midnight Blue. HEX triplet: 21, 1F and 72. RGB value is (33,31,114). Sum of RGB (Red+Green+Blue) = 33+31+114=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #211F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F72 is #DEE08D. Grayscale: #282828. Windows color (decimal): -14606478 or 7479073. OLE color: 7479073.

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

Color convert

RGB3331114-
CMYK0.710.7300.55
HSL241.45º57.24%28.43%-
HSV(B)241.45º72.81%44.71%-
XYZ4.152.5216.19-
YUV41.06169.16122.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=18.54%
G=17.42%
B=64.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33311140.710.7300.55241.4557.2428.43
Hex211F724749037f1391c
Octal41371621071110673617134
Binary1000011111111100101000111100100101101111111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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