Shades of Midnight Blue #1C2987
Tints of Midnight Blue #1C2987
RGB
CMYK
RGB Variations
Color information
#1C2987 (or 0x1C2987) is known color: Midnight Blue. HEX triplet: 1C, 29 and 87. RGB value is (28,41,135). Sum of RGB (Red+Green+Blue) = 28+41+135=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C2987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2987 is #E3D678. Grayscale: #2F2F2F. Windows color (decimal): -14931577 or 8857884. OLE color: 8857884.
HSL color Cylindrical-coordinate representation of color #1C2987: hue angle of 232.71º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C2987 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 41 | 135 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.47 |
| HSL | 232.71º | 0.66% | 0.32% | - |
| HSV(B) | 232.71º | 0.79% | 0.53% | - |
| XYZ | 5.65 | 3.58 | 23.32 | - |
| YUV | 47.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 135 | 0.79 | 0.70 | 0 | 0.47 | 232.71 | 0.66 | 0.32 |
| Hex | 1C | 29 | 87 | 4F | 46 | 0 | 2F | E9 | 42 | 20 |
| Octal | 34 | 51 | 207 | 117 | 106 | 0 | 57 | 351 | 102 | 40 |
| Binary | 11100 | 101001 | 10000111 | 1001111 | 1000110 | 0 | 101111 | 11101001 | 1000010 | 100000 |
Color Harmonies of #1C2987
Complementary color
Monochromatic Colors of #1C2987
Black with #1C2987
Text Example
Text Example
White with #1C2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2987; }
p { color: rgb(28,41,135); }
H1.HeaderClassName
{
color: #1C2987;
}
.AnyTagClassName
{
color: #1C2987;
}
</style>
background-color css
<style>
a { background-color: #1C2987; }
a { background-color: rgb(28,41,135); }
div.DivClassName
{
background-color: #1C2987;
}
.BgClassName
{
background-color: #1C2987;
}
</style>
border-color css
<style>
span { border-color: #1C2987; }
span { border-color: rgb(28,41,135); }
td.TdClassName
{
border-color: #1C2987;
}
.TagClassName
{
border-color: #1C2987;
}
</style>