Shades of Midnight Blue #1C217C
Tints of Midnight Blue #1C217C
RGB
CMYK
RGB Variations
Color information
#1C217C (or 0x1C217C) is known color: Midnight Blue. HEX triplet: 1C, 21 and 7C. RGB value is (28,33,124). Sum of RGB (Red+Green+Blue) = 28+33+124=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C217C is #E3DE83. Grayscale: #292929. Windows color (decimal): -14933636 or 8134940. OLE color: 8134940.
HSL color Cylindrical-coordinate representation of color #1C217C: hue angle of 236.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C217C is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 33 | 124 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.51 |
| HSL | 236.88º | 0.63% | 0.3% | - |
| HSV(B) | 236.88º | 0.77% | 0.49% | - |
| XYZ | 4.66 | 2.79 | 19.36 | - |
| YUV | 41.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 124 | 0.77 | 0.73 | 0 | 0.51 | 236.88 | 0.63 | 0.3 |
| Hex | 1C | 21 | 7C | 4D | 49 | 0 | 33 | ED | 3F | 1E |
| Octal | 34 | 41 | 174 | 115 | 111 | 0 | 63 | 355 | 77 | 36 |
| Binary | 11100 | 100001 | 1111100 | 1001101 | 1001001 | 0 | 110011 | 11101101 | 111111 | 11110 |
Color Harmonies of #1C217C
Complementary color
Monochromatic Colors of #1C217C
Black with #1C217C
Text Example
Text Example
White with #1C217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C217C; }
p { color: rgb(28,33,124); }
H1.HeaderClassName
{
color: #1C217C;
}
.AnyTagClassName
{
color: #1C217C;
}
</style>
background-color css
<style>
a { background-color: #1C217C; }
a { background-color: rgb(28,33,124); }
div.DivClassName
{
background-color: #1C217C;
}
.BgClassName
{
background-color: #1C217C;
}
</style>
border-color css
<style>
span { border-color: #1C217C; }
span { border-color: rgb(28,33,124); }
td.TdClassName
{
border-color: #1C217C;
}
.TagClassName
{
border-color: #1C217C;
}
</style>