#21106C

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

Shades of Midnight Blue #21106C

Tints of Midnight Blue #21106C

Color information

#21106C (or 0x21106C) is unknown color: approx Midnight Blue. HEX triplet: 21, 10 and 6C. RGB value is (33,16,108). Sum of RGB (Red+Green+Blue) = 33+16+108=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #21106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21106C is #DEEF93. Grayscale: #1F1F1F. Windows color (decimal): -14610324 or 7082017. OLE color: 7082017.

HSL color Cylindrical-coordinate representation of color #21106C: hue angle of 251.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21106C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3316108-
CMYK0.690.8500.58
HSL251.09º74.19%24.31%-
HSV(B)251.09º85.19%42.35%-
XYZ3.521.7814.34-
YUV31.57171.13129.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 108 (42.58% from 255) = 68.79%
R=21.02%
G=10.19%
B=68.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33161080.690.8500.58251.0974.1924.31
Hex21106C455503Afb4a18
Octal412015410512507237311230
Binary10000110000110110010001011010101011101011111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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