#21218A

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

Shades of Midnight Blue #21218A

Tints of Midnight Blue #21218A

Color information

#21218A (or 0x21218A) is unknown color: approx Midnight Blue. HEX triplet: 21, 21 and 8A. RGB value is (33,33,138). Sum of RGB (Red+Green+Blue) = 33+33+138=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #21218A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21218A is #DEDE75. Grayscale: #2C2C2C. Windows color (decimal): -14605942 or 9052449. OLE color: 9052449.

HSL color Cylindrical-coordinate representation of color #21218A: hue angle of 240º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21218A is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3333138-
CMYK0.760.7600.46
HSL240º61.4%33.53%-
HSV(B)240º76.09%54.12%-
XYZ5.763.2524.37-
YUV44.97180.5119.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 138 (54.30% from 255) = 67.65%
R=16.18%
G=16.18%
B=67.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33331380.760.7600.4624061.433.53
Hex21218A4C4C02Ef03d22
Octal41412121141140563607542
Binary1000011000011000101010011001001100010111011110000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21218A; }

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

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

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

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

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

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

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

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