#211873

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

Shades of Midnight Blue #211873

Tints of Midnight Blue #211873

Color information

#211873 (or 0x211873) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 73. RGB value is (33,24,115). Sum of RGB (Red+Green+Blue) = 33+24+115=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #211873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211873 is #DEE78C. Grayscale: #242424. Windows color (decimal): -14608269 or 7542817. OLE color: 7542817.

HSL color Cylindrical-coordinate representation of color #211873: hue angle of 245.93º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211873 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3324115-
CMYK0.710.7900.55
HSL245.93º65.47%27.25%-
HSV(B)245.93º79.13%45.1%-
XYZ4.052.2116.43-
YUV37.06171.98125.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=19.19%
G=13.95%
B=66.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33241150.710.7900.55245.9365.4727.25
Hex211873474F037f6411b
Octal413016310711706736610133
Binary10000111000111001110001111001111011011111110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211873; }

 p { color: rgb(33,24,115); }

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

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

 a { background-color: rgb(33,24,115); }

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

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

 span { border-color: rgb(33,24,115); }

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