#21206C

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

Shades of Midnight Blue #21206C

Tints of Midnight Blue #21206C

Color information

#21206C (or 0x21206C) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 6C. RGB value is (33,32,108). Sum of RGB (Red+Green+Blue) = 33+32+108=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #21206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21206C is #DEDF93. Grayscale: #282828. Windows color (decimal): -14606228 or 7086113. OLE color: 7086113.

HSL color Cylindrical-coordinate representation of color #21206C: hue angle of 240.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21206C is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3332108-
CMYK0.690.7000.58
HSL240.79º54.29%27.45%-
HSV(B)240.79º70.37%42.35%-
XYZ3.852.4414.46-
YUV40.96165.83122.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=19.08%
G=18.50%
B=62.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33321080.690.7000.58240.7954.2927.45
Hex21206C454603Af1361b
Octal41401541051060723616633
Binary10000110000011011001000101100011001110101111000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21206C; }

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

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

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

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

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

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

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

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