Shades of Midnight Blue #1C1666
Tints of Midnight Blue #1C1666
RGB
CMYK
RGB Variations
Color information
#1C1666 (or 0x1C1666) is known color: Midnight Blue. HEX triplet: 1C, 16 and 66. RGB value is (28,22,102). Sum of RGB (Red+Green+Blue) = 28+22+102=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C1666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1666 is #E3E999. Grayscale: #202020. Windows color (decimal): -14936474 or 6690332. OLE color: 6690332.
HSL color Cylindrical-coordinate representation of color #1C1666: hue angle of 244.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C1666 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 22 | 102 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.6 |
| HSL | 244.5º | 0.65% | 0.24% | - |
| HSV(B) | 244.5º | 0.78% | 0.4% | - |
| XYZ | 3.16 | 1.78 | 12.75 | - |
| YUV | 32.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 102 | 0.73 | 0.78 | 0 | 0.6 | 244.5 | 0.65 | 0.24 |
| Hex | 1C | 16 | 66 | 49 | 4E | 0 | 3C | F4 | 41 | 18 |
| Octal | 34 | 26 | 146 | 111 | 116 | 0 | 74 | 364 | 101 | 30 |
| Binary | 11100 | 10110 | 1100110 | 1001001 | 1001110 | 0 | 111100 | 11110100 | 1000001 | 11000 |
Color Harmonies of #1C1666
Complementary color
Monochromatic Colors of #1C1666
Black with #1C1666
Text Example
Text Example
White with #1C1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1666; }
p { color: rgb(28,22,102); }
H1.HeaderClassName
{
color: #1C1666;
}
.AnyTagClassName
{
color: #1C1666;
}
</style>
background-color css
<style>
a { background-color: #1C1666; }
a { background-color: rgb(28,22,102); }
div.DivClassName
{
background-color: #1C1666;
}
.BgClassName
{
background-color: #1C1666;
}
</style>
border-color css
<style>
span { border-color: #1C1666; }
span { border-color: rgb(28,22,102); }
td.TdClassName
{
border-color: #1C1666;
}
.TagClassName
{
border-color: #1C1666;
}
</style>