Shades of Midnight Blue #1C115C
Tints of Midnight Blue #1C115C
RGB
CMYK
RGB Variations
Color information
#1C115C (or 0x1C115C) is known color: Midnight Blue. HEX triplet: 1C, 11 and 5C. RGB value is (28,17,92). Sum of RGB (Red+Green+Blue) = 28+17+92=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C115C is #E3EEA3. Grayscale: #1C1C1C. Windows color (decimal): -14937764 or 6033692. OLE color: 6033692.
HSL color Cylindrical-coordinate representation of color #1C115C: hue angle of 248.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C115C is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 17 | 92 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.64 |
| HSL | 248.8º | 0.69% | 0.21% | - |
| HSV(B) | 248.8º | 0.82% | 0.36% | - |
| XYZ | 2.61 | 1.42 | 10.26 | - |
| YUV | 28.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 92 | 0.70 | 0.82 | 0 | 0.64 | 248.8 | 0.69 | 0.21 |
| Hex | 1C | 11 | 5C | 46 | 52 | 0 | 40 | F9 | 45 | 15 |
| Octal | 34 | 21 | 134 | 106 | 122 | 0 | 100 | 371 | 105 | 25 |
| Binary | 11100 | 10001 | 1011100 | 1000110 | 1010010 | 0 | 1000000 | 11111001 | 1000101 | 10101 |
Color Harmonies of #1C115C
Complementary color
Monochromatic Colors of #1C115C
Black with #1C115C
Text Example
Text Example
White with #1C115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C115C; }
p { color: rgb(28,17,92); }
H1.HeaderClassName
{
color: #1C115C;
}
.AnyTagClassName
{
color: #1C115C;
}
</style>
background-color css
<style>
a { background-color: #1C115C; }
a { background-color: rgb(28,17,92); }
div.DivClassName
{
background-color: #1C115C;
}
.BgClassName
{
background-color: #1C115C;
}
</style>
border-color css
<style>
span { border-color: #1C115C; }
span { border-color: rgb(28,17,92); }
td.TdClassName
{
border-color: #1C115C;
}
.TagClassName
{
border-color: #1C115C;
}
</style>