#212086

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

Shades of Midnight Blue #212086

Tints of Midnight Blue #212086

Color information

#212086 (or 0x212086) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 86. RGB value is (33,32,134). Sum of RGB (Red+Green+Blue) = 33+32+134=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #212086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212086 is #DEDF79. Grayscale: #2B2B2B. Windows color (decimal): -14606202 or 8790049. OLE color: 8790049.

HSL color Cylindrical-coordinate representation of color #212086: hue angle of 240.59º degrees, saturation: 0.61, 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 #212086 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3332134-
CMYK0.750.7600.47
HSL240.59º61.45%32.55%-
HSV(B)240.59º76.12%52.55%-
XYZ5.453.0822.86-
YUV43.93178.83120.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 134 (52.73% from 255) = 67.34%
R=16.58%
G=16.08%
B=67.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33321340.750.7600.47240.5961.4532.55
Hex2120864B4C02Ff13d21
Octal41402061131140573617541
Binary1000011000001000011010010111001100010111111110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212086; }

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

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

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

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

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

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

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

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