Shades of Midnight Blue #21266A
Tints of Midnight Blue #21266A
RGB
CMYK
RGB Variations
Color information
#21266A (or 0x21266A) is known color: Midnight Blue. HEX triplet: 21, 26 and 6A. RGB value is (33,38,106). Sum of RGB (Red+Green+Blue) = 33+38+106=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #21266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21266A is #DED995. Grayscale: #2B2B2B. Windows color (decimal): -14604694 or 6956577. OLE color: 6956577.
HSL color Cylindrical-coordinate representation of color #21266A: hue angle of 235.89º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21266A is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 38 | 106 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.58 |
| HSL | 235.89º | 0.53% | 0.27% | - |
| HSV(B) | 235.89º | 0.69% | 0.42% | - |
| XYZ | 3.92 | 2.75 | 13.96 | - |
| YUV | 44.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 106 | 0.69 | 0.64 | 0 | 0.58 | 235.89 | 0.53 | 0.27 |
| Hex | 21 | 26 | 6A | 45 | 40 | 0 | 3A | EC | 35 | 1B |
| Octal | 41 | 46 | 152 | 105 | 100 | 0 | 72 | 354 | 65 | 33 |
| Binary | 100001 | 100110 | 1101010 | 1000101 | 1000000 | 0 | 111010 | 11101100 | 110101 | 11011 |
Color Harmonies of #21266A
Complementary color
Monochromatic Colors of #21266A
Black with #21266A
Text Example
Text Example
White with #21266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21266A; }
p { color: rgb(33,38,106); }
H1.HeaderClassName
{
color: #21266A;
}
.AnyTagClassName
{
color: #21266A;
}
</style>
background-color css
<style>
a { background-color: #21266A; }
a { background-color: rgb(33,38,106); }
div.DivClassName
{
background-color: #21266A;
}
.BgClassName
{
background-color: #21266A;
}
</style>
border-color css
<style>
span { border-color: #21266A; }
span { border-color: rgb(33,38,106); }
td.TdClassName
{
border-color: #21266A;
}
.TagClassName
{
border-color: #21266A;
}
</style>