#211D7B

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

Shades of Midnight Blue #211D7B

Tints of Midnight Blue #211D7B

Color information

#211D7B (or 0x211D7B) is unknown color: approx Midnight Blue. HEX triplet: 21, 1D and 7B. RGB value is (33,29,123). Sum of RGB (Red+Green+Blue) = 33+29+123=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #211D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D7B is #DEE284. Grayscale: #282828. Windows color (decimal): -14606981 or 8068385. OLE color: 8068385.

HSL color Cylindrical-coordinate representation of color #211D7B: hue angle of 242.55º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211D7B is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3329123-
CMYK0.730.7600.52
HSL242.55º61.84%29.8%-
HSV(B)242.55º76.42%48.24%-
XYZ4.642.6319-
YUV40.91174.33122.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 123 (48.44% from 255) = 66.49%
R=17.84%
G=15.68%
B=66.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33291230.730.7600.52242.5561.8429.8
Hex211D7B494C034f33e1e
Octal41351731111140643637636
Binary1000011110111110111001001100110001101001111001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,29,123); }

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

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

 a { background-color: rgb(33,29,123); }

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

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

 span { border-color: rgb(33,29,123); }

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