#211D78

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

Shades of Midnight Blue #211D78

Tints of Midnight Blue #211D78

Color information

#211D78 (or 0x211D78) is unknown color: approx Midnight Blue. HEX triplet: 21, 1D and 78. RGB value is (33,29,120). Sum of RGB (Red+Green+Blue) = 33+29+120=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #211D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D78 is #DEE287. Grayscale: #282828. Windows color (decimal): -14606984 or 7871777. OLE color: 7871777.

HSL color Cylindrical-coordinate representation of color #211D78: hue angle of 242.64º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211D78 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3329120-
CMYK0.720.7600.53
HSL242.64º61.07%29.22%-
HSV(B)242.64º75.83%47.06%-
XYZ4.462.5618.03-
YUV40.57172.83122.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 120 (47.27% from 255) = 65.93%
R=18.13%
G=15.93%
B=65.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33291200.720.7600.53242.6461.0729.22
Hex211D78484C035f33d1d
Octal41351701101140653637535
Binary1000011110111110001001000100110001101011111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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