#21207C

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

Shades of Midnight Blue #21207C

Tints of Midnight Blue #21207C

Color information

#21207C (or 0x21207C) is unknown color: approx Midnight Blue. HEX triplet: 21, 20 and 7C. RGB value is (33,32,124). Sum of RGB (Red+Green+Blue) = 33+32+124=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #21207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21207C is #DEDF83. Grayscale: #2A2A2A. Windows color (decimal): -14606212 or 8134689. OLE color: 8134689.

HSL color Cylindrical-coordinate representation of color #21207C: hue angle of 240.65º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21207C is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3332124-
CMYK0.730.7400.51
HSL240.65º58.97%30.59%-
HSV(B)240.65º74.19%48.63%-
XYZ4.782.8119.36-
YUV42.79173.83121.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=17.46%
G=16.93%
B=65.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33321240.730.7400.51240.6558.9730.59
Hex21207C494A033f13b1f
Octal41401741111120633617337
Binary10000110000011111001001001100101001100111111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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