Shades of Midnight Blue #1C2460
Tints of Midnight Blue #1C2460
RGB
CMYK
RGB Variations
Color information
#1C2460 (or 0x1C2460) is known color: Midnight Blue. HEX triplet: 1C, 24 and 60. RGB value is (28,36,96). Sum of RGB (Red+Green+Blue) = 28+36+96=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C2460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2460 is #E3DB9F. Grayscale: #282828. Windows color (decimal): -14932896 or 6300700. OLE color: 6300700.
HSL color Cylindrical-coordinate representation of color #1C2460: hue angle of 232.94º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C2460 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 36 | 96 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.62 |
| HSL | 232.94º | 0.55% | 0.24% | - |
| HSV(B) | 232.94º | 0.71% | 0.38% | - |
| XYZ | 3.22 | 2.35 | 11.35 | - |
| YUV | 40.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 96 | 0.71 | 0.62 | 0 | 0.62 | 232.94 | 0.55 | 0.24 |
| Hex | 1C | 24 | 60 | 47 | 3E | 0 | 3E | E9 | 37 | 18 |
| Octal | 34 | 44 | 140 | 107 | 76 | 0 | 76 | 351 | 67 | 30 |
| Binary | 11100 | 100100 | 1100000 | 1000111 | 111110 | 0 | 111110 | 11101001 | 110111 | 11000 |
Color Harmonies of #1C2460
Complementary color
Monochromatic Colors of #1C2460
Black with #1C2460
Text Example
Text Example
White with #1C2460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2460; }
p { color: rgb(28,36,96); }
H1.HeaderClassName
{
color: #1C2460;
}
.AnyTagClassName
{
color: #1C2460;
}
</style>
background-color css
<style>
a { background-color: #1C2460; }
a { background-color: rgb(28,36,96); }
div.DivClassName
{
background-color: #1C2460;
}
.BgClassName
{
background-color: #1C2460;
}
</style>
border-color css
<style>
span { border-color: #1C2460; }
span { border-color: rgb(28,36,96); }
td.TdClassName
{
border-color: #1C2460;
}
.TagClassName
{
border-color: #1C2460;
}
</style>