#21156F

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

Shades of Midnight Blue #21156F

Tints of Midnight Blue #21156F

Color information

#21156F (or 0x21156F) is unknown color: approx Midnight Blue. HEX triplet: 21, 15 and 6F. RGB value is (33,21,111). Sum of RGB (Red+Green+Blue) = 33+21+111=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #21156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21156F is #DEEA90. Grayscale: #222222. Windows color (decimal): -14609041 or 7279905. OLE color: 7279905.

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

Color convert

RGB3321111-
CMYK0.700.8100.56
HSL248º68.18%25.88%-
HSV(B)248º81.08%43.53%-
XYZ3.762.0115.23-
YUV34.85170.98126.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 111 (43.75% from 255) = 67.27%
R=20%
G=12.73%
B=67.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33211110.700.8100.5624868.1825.88
Hex21156F4651038f8441a
Octal412515710612107037010432
Binary10000110101110111110001101010001011100011111000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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