#21216F

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

Shades of Midnight Blue #21216F

Tints of Midnight Blue #21216F

Color information

#21216F (or 0x21216F) is unknown color: approx Midnight Blue. HEX triplet: 21, 21 and 6F. RGB value is (33,33,111). Sum of RGB (Red+Green+Blue) = 33+33+111=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #21216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21216F is #DEDE90. Grayscale: #292929. Windows color (decimal): -14605969 or 7282977. OLE color: 7282977.

HSL color Cylindrical-coordinate representation of color #21216F: hue angle of 240º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21216F is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3333111-
CMYK0.700.7000.56
HSL240º54.17%28.24%-
HSV(B)240º70.27%43.53%-
XYZ4.042.5615.32-
YUV41.89167121.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=18.64%
G=18.64%
B=62.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33331110.700.7000.5624054.1728.24
Hex21216F4646038f0361c
Octal41411571061060703606634
Binary10000110000111011111000110100011001110001111000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21216F; }

 p { color: rgb(33,33,111); }

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

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

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

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

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

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

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