#212087

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

Shades of Midnight Blue #212087

Tints of Midnight Blue #212087

Color information

#212087 (or 0x212087) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 87. RGB value is (33,32,135). Sum of RGB (Red+Green+Blue) = 33+32+135=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #212087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212087 is #DEDF78. Grayscale: #2B2B2B. Windows color (decimal): -14606201 or 8855585. OLE color: 8855585.

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

Color convert

RGB3332135-
CMYK0.760.7600.47
HSL240.58º61.68%32.75%-
HSV(B)240.58º76.3%52.94%-
XYZ5.523.1123.23-
YUV44.04179.33120.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 135 (53.12% from 255) = 67.5%
R=16.5%
G=16%
B=67.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33321350.760.7600.47240.5861.6832.75
Hex2120874C4C02Ff13e21
Octal41402071141140573617641
Binary1000011000001000011110011001001100010111111110001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212087; }

 p { color: rgb(33,32,135); }

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

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

 a { background-color: rgb(33,32,135); }

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

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

 span { border-color: rgb(33,32,135); }

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