#211577

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

Shades of Midnight Blue #211577

Tints of Midnight Blue #211577

Color information

#211577 (or 0x211577) is unknown color: approx Midnight Blue. HEX triplet: 21, 15 and 77. RGB value is (33,21,119). Sum of RGB (Red+Green+Blue) = 33+21+119=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #211577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211577 is #DEEA88. Grayscale: #232323. Windows color (decimal): -14609033 or 7804193. OLE color: 7804193.

HSL color Cylindrical-coordinate representation of color #211577: hue angle of 247.35º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211577 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3321119-
CMYK0.720.8200.53
HSL247.35º70%27.45%-
HSV(B)247.35º82.35%46.67%-
XYZ4.232.1917.65-
YUV35.76174.98126.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 119 (46.88% from 255) = 68.79%
R=19.08%
G=12.14%
B=68.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33211190.720.8200.53247.357027.45
Hex2115774852035f7461b
Octal412516711012206536710633
Binary10000110101111011110010001010010011010111110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211577; }

 p { color: rgb(33,21,119); }

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

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

 a { background-color: rgb(33,21,119); }

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

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

 span { border-color: rgb(33,21,119); }

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