Shades of Midnight Blue #1C0A66
Tints of Midnight Blue #1C0A66
RGB
CMYK
RGB Variations
Color information
#1C0A66 (or 0x1C0A66) is known color: Midnight Blue. HEX triplet: 1C, 0A and 66. RGB value is (28,10,102). Sum of RGB (Red+Green+Blue) = 28+10+102=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C0A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0A66 is #E3F599. Grayscale: #191919. Windows color (decimal): -14939546 or 6687260. OLE color: 6687260.
HSL color Cylindrical-coordinate representation of color #1C0A66: hue angle of 251.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0A66 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 10 | 102 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.6 |
| HSL | 251.74º | 0.82% | 0.22% | - |
| HSV(B) | 251.74º | 0.9% | 0.4% | - |
| XYZ | 2.99 | 1.42 | 12.69 | - |
| YUV | 25.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 102 | 0.73 | 0.90 | 0 | 0.6 | 251.74 | 0.82 | 0.22 |
| Hex | 1C | A | 66 | 49 | 5A | 0 | 3C | FC | 52 | 16 |
| Octal | 34 | 12 | 146 | 111 | 132 | 0 | 74 | 374 | 122 | 26 |
| Binary | 11100 | 1010 | 1100110 | 1001001 | 1011010 | 0 | 111100 | 11111100 | 1010010 | 10110 |
Color Harmonies of #1C0A66
Complementary color
Monochromatic Colors of #1C0A66
Black with #1C0A66
Text Example
Text Example
White with #1C0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A66; }
p { color: rgb(28,10,102); }
H1.HeaderClassName
{
color: #1C0A66;
}
.AnyTagClassName
{
color: #1C0A66;
}
</style>
background-color css
<style>
a { background-color: #1C0A66; }
a { background-color: rgb(28,10,102); }
div.DivClassName
{
background-color: #1C0A66;
}
.BgClassName
{
background-color: #1C0A66;
}
</style>
border-color css
<style>
span { border-color: #1C0A66; }
span { border-color: rgb(28,10,102); }
td.TdClassName
{
border-color: #1C0A66;
}
.TagClassName
{
border-color: #1C0A66;
}
</style>