Shades of Midnight Blue #1C1566
Tints of Midnight Blue #1C1566
RGB
CMYK
RGB Variations
Color information
#1C1566 (or 0x1C1566) is known color: Midnight Blue. HEX triplet: 1C, 15 and 66. RGB value is (28,21,102). Sum of RGB (Red+Green+Blue) = 28+21+102=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C1566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1566 is #E3EA99. Grayscale: #202020. Windows color (decimal): -14936730 or 6690076. OLE color: 6690076.
HSL color Cylindrical-coordinate representation of color #1C1566: hue angle of 245.19º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1566 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 21 | 102 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.6 |
| HSL | 245.19º | 0.66% | 0.24% | - |
| HSV(B) | 245.19º | 0.79% | 0.4% | - |
| XYZ | 3.15 | 1.74 | 12.74 | - |
| YUV | 32.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 102 | 0.73 | 0.79 | 0 | 0.6 | 245.19 | 0.66 | 0.24 |
| Hex | 1C | 15 | 66 | 49 | 4F | 0 | 3C | F5 | 42 | 18 |
| Octal | 34 | 25 | 146 | 111 | 117 | 0 | 74 | 365 | 102 | 30 |
| Binary | 11100 | 10101 | 1100110 | 1001001 | 1001111 | 0 | 111100 | 11110101 | 1000010 | 11000 |
Color Harmonies of #1C1566
Complementary color
Monochromatic Colors of #1C1566
Black with #1C1566
Text Example
Text Example
White with #1C1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1566; }
p { color: rgb(28,21,102); }
H1.HeaderClassName
{
color: #1C1566;
}
.AnyTagClassName
{
color: #1C1566;
}
</style>
background-color css
<style>
a { background-color: #1C1566; }
a { background-color: rgb(28,21,102); }
div.DivClassName
{
background-color: #1C1566;
}
.BgClassName
{
background-color: #1C1566;
}
</style>
border-color css
<style>
span { border-color: #1C1566; }
span { border-color: rgb(28,21,102); }
td.TdClassName
{
border-color: #1C1566;
}
.TagClassName
{
border-color: #1C1566;
}
</style>