Shades of Midnight Blue #210C65
Tints of Midnight Blue #210C65
RGB
CMYK
RGB Variations
Color information
#210C65 (or 0x210C65) is known color: Midnight Blue. HEX triplet: 21, 0C and 65. RGB value is (33,12,101). Sum of RGB (Red+Green+Blue) = 33+12+101=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #210C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C65 is #DEF39A. Grayscale: #1C1C1C. Windows color (decimal): -14611355 or 6622241. OLE color: 6622241.
HSL color Cylindrical-coordinate representation of color #210C65: hue angle of 254.16º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210C65 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 12 | 101 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.60 |
| HSL | 254.16º | 0.79% | 0.22% | - |
| HSV(B) | 254.16º | 0.88% | 0.4% | - |
| XYZ | 3.11 | 1.53 | 12.44 | - |
| YUV | 28.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 101 | 0.67 | 0.88 | 0 | 0.60 | 254.16 | 0.79 | 0.22 |
| Hex | 21 | C | 65 | 43 | 58 | 0 | 3C | FE | 4F | 16 |
| Octal | 41 | 14 | 145 | 103 | 130 | 0 | 74 | 376 | 117 | 26 |
| Binary | 100001 | 1100 | 1100101 | 1000011 | 1011000 | 0 | 111100 | 11111110 | 1001111 | 10110 |
Color Harmonies of #210C65
Complementary color
Monochromatic Colors of #210C65
Black with #210C65
Text Example
Text Example
White with #210C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C65; }
p { color: rgb(33,12,101); }
H1.HeaderClassName
{
color: #210C65;
}
.AnyTagClassName
{
color: #210C65;
}
</style>
background-color css
<style>
a { background-color: #210C65; }
a { background-color: rgb(33,12,101); }
div.DivClassName
{
background-color: #210C65;
}
.BgClassName
{
background-color: #210C65;
}
</style>
border-color css
<style>
span { border-color: #210C65; }
span { border-color: rgb(33,12,101); }
td.TdClassName
{
border-color: #210C65;
}
.TagClassName
{
border-color: #210C65;
}
</style>