Shades of Midnight Blue #1C1A66
Tints of Midnight Blue #1C1A66
RGB
CMYK
RGB Variations
Color information
#1C1A66 (or 0x1C1A66) is known color: Midnight Blue. HEX triplet: 1C, 1A and 66. RGB value is (28,26,102). Sum of RGB (Red+Green+Blue) = 28+26+102=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C1A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1A66 is #E3E599. Grayscale: #222222. Windows color (decimal): -14935450 or 6691356. OLE color: 6691356.
HSL color Cylindrical-coordinate representation of color #1C1A66: hue angle of 241.58º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1A66 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 26 | 102 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.6 |
| HSL | 241.58º | 0.59% | 0.25% | - |
| HSV(B) | 241.58º | 0.75% | 0.4% | - |
| XYZ | 3.25 | 1.94 | 12.77 | - |
| YUV | 35.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 102 | 0.73 | 0.75 | 0 | 0.6 | 241.58 | 0.59 | 0.25 |
| Hex | 1C | 1A | 66 | 49 | 4B | 0 | 3C | F2 | 3B | 19 |
| Octal | 34 | 32 | 146 | 111 | 113 | 0 | 74 | 362 | 73 | 31 |
| Binary | 11100 | 11010 | 1100110 | 1001001 | 1001011 | 0 | 111100 | 11110010 | 111011 | 11001 |
Color Harmonies of #1C1A66
Complementary color
Monochromatic Colors of #1C1A66
Black with #1C1A66
Text Example
Text Example
White with #1C1A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A66; }
p { color: rgb(28,26,102); }
H1.HeaderClassName
{
color: #1C1A66;
}
.AnyTagClassName
{
color: #1C1A66;
}
</style>
background-color css
<style>
a { background-color: #1C1A66; }
a { background-color: rgb(28,26,102); }
div.DivClassName
{
background-color: #1C1A66;
}
.BgClassName
{
background-color: #1C1A66;
}
</style>
border-color css
<style>
span { border-color: #1C1A66; }
span { border-color: rgb(28,26,102); }
td.TdClassName
{
border-color: #1C1A66;
}
.TagClassName
{
border-color: #1C1A66;
}
</style>