Shades of Midnight Blue #210C67
Tints of Midnight Blue #210C67
RGB
CMYK
RGB Variations
Color information
#210C67 (or 0x210C67) is known color: Midnight Blue. HEX triplet: 21, 0C and 67. RGB value is (33,12,103). Sum of RGB (Red+Green+Blue) = 33+12+103=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #210C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C67 is #DEF398. Grayscale: #1C1C1C. Windows color (decimal): -14611353 or 6753313. OLE color: 6753313.
HSL color Cylindrical-coordinate representation of color #210C67: hue angle of 253.85º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210C67 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 12 | 103 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.60 |
| HSL | 253.85º | 0.79% | 0.23% | - |
| HSV(B) | 253.85º | 0.88% | 0.4% | - |
| XYZ | 3.21 | 1.57 | 12.97 | - |
| YUV | 28.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 103 | 0.68 | 0.88 | 0 | 0.60 | 253.85 | 0.79 | 0.23 |
| Hex | 21 | C | 67 | 44 | 58 | 0 | 3C | FE | 4F | 17 |
| Octal | 41 | 14 | 147 | 104 | 130 | 0 | 74 | 376 | 117 | 27 |
| Binary | 100001 | 1100 | 1100111 | 1000100 | 1011000 | 0 | 111100 | 11111110 | 1001111 | 10111 |
Color Harmonies of #210C67
Complementary color
Monochromatic Colors of #210C67
Black with #210C67
Text Example
Text Example
White with #210C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C67; }
p { color: rgb(33,12,103); }
H1.HeaderClassName
{
color: #210C67;
}
.AnyTagClassName
{
color: #210C67;
}
</style>
background-color css
<style>
a { background-color: #210C67; }
a { background-color: rgb(33,12,103); }
div.DivClassName
{
background-color: #210C67;
}
.BgClassName
{
background-color: #210C67;
}
</style>
border-color css
<style>
span { border-color: #210C67; }
span { border-color: rgb(33,12,103); }
td.TdClassName
{
border-color: #210C67;
}
.TagClassName
{
border-color: #210C67;
}
</style>