Shades of Midnight Blue #1C1B60
Tints of Midnight Blue #1C1B60
RGB
CMYK
RGB Variations
Color information
#1C1B60 (or 0x1C1B60) is known color: Midnight Blue. HEX triplet: 1C, 1B and 60. RGB value is (28,27,96). Sum of RGB (Red+Green+Blue) = 28+27+96=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C1B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1B60 is #E3E49F. Grayscale: #222222. Windows color (decimal): -14935200 or 6298396. OLE color: 6298396.
HSL color Cylindrical-coordinate representation of color #1C1B60: hue angle of 240.87º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C1B60 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 27 | 96 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.62 |
| HSL | 240.87º | 0.56% | 0.24% | - |
| HSV(B) | 240.87º | 0.72% | 0.38% | - |
| XYZ | 2.98 | 1.88 | 11.27 | - |
| YUV | 35.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 96 | 0.71 | 0.72 | 0 | 0.62 | 240.87 | 0.56 | 0.24 |
| Hex | 1C | 1B | 60 | 47 | 48 | 0 | 3E | F1 | 38 | 18 |
| Octal | 34 | 33 | 140 | 107 | 110 | 0 | 76 | 361 | 70 | 30 |
| Binary | 11100 | 11011 | 1100000 | 1000111 | 1001000 | 0 | 111110 | 11110001 | 111000 | 11000 |
Color Harmonies of #1C1B60
Complementary color
Monochromatic Colors of #1C1B60
Black with #1C1B60
Text Example
Text Example
White with #1C1B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B60; }
p { color: rgb(28,27,96); }
H1.HeaderClassName
{
color: #1C1B60;
}
.AnyTagClassName
{
color: #1C1B60;
}
</style>
background-color css
<style>
a { background-color: #1C1B60; }
a { background-color: rgb(28,27,96); }
div.DivClassName
{
background-color: #1C1B60;
}
.BgClassName
{
background-color: #1C1B60;
}
</style>
border-color css
<style>
span { border-color: #1C1B60; }
span { border-color: rgb(28,27,96); }
td.TdClassName
{
border-color: #1C1B60;
}
.TagClassName
{
border-color: #1C1B60;
}
</style>