#211E85

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

Shades of Midnight Blue #211E85

Tints of Midnight Blue #211E85

Color information

#211E85 (or 0x211E85) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 85. RGB value is (33,30,133). Sum of RGB (Red+Green+Blue) = 33+30+133=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #211E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E85 is #DEE17A. Grayscale: #2A2A2A. Windows color (decimal): -14606715 or 8724001. OLE color: 8724001.

HSL color Cylindrical-coordinate representation of color #211E85: hue angle of 241.75º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211E85 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3330133-
CMYK0.750.7700.48
HSL241.75º63.19%31.96%-
HSV(B)241.75º77.44%52.16%-
XYZ5.332.9522.48-
YUV42.64178.99121.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 133 (52.34% from 255) = 67.86%
R=16.84%
G=15.31%
B=67.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33301330.750.7700.48241.7563.1931.96
Hex211E854B4D030f23f20
Octal41362051131150603627740
Binary100001111101000010110010111001101011000011110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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