#212081

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

Shades of Midnight Blue #212081

Tints of Midnight Blue #212081

Color information

#212081 (or 0x212081) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 81. RGB value is (33,32,129). Sum of RGB (Red+Green+Blue) = 33+32+129=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #212081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212081 is #DEDF7E. Grayscale: #2A2A2A. Windows color (decimal): -14606207 or 8462369. OLE color: 8462369.

HSL color Cylindrical-coordinate representation of color #212081: hue angle of 240.62º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212081 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3332129-
CMYK0.740.7500.49
HSL240.62º60.25%31.57%-
HSV(B)240.62º75.19%50.59%-
XYZ5.112.9421.07-
YUV43.36176.33120.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=17.01%
G=16.49%
B=66.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33321290.740.7500.49240.6260.2531.57
Hex2120814A4B031f13c20
Octal41402011121130613617440
Binary1000011000001000000110010101001011011000111110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212081; }

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

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

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

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

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

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

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

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