Shades of Midnight Blue #1C116D
Tints of Midnight Blue #1C116D
RGB
CMYK
RGB Variations
Color information
#1C116D (or 0x1C116D) is known color: Midnight Blue. HEX triplet: 1C, 11 and 6D. RGB value is (28,17,109). Sum of RGB (Red+Green+Blue) = 28+17+109=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C116D is #E3EE92. Grayscale: #1E1E1E. Windows color (decimal): -14937747 or 7147804. OLE color: 7147804.
HSL color Cylindrical-coordinate representation of color #1C116D: hue angle of 247.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C116D is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 17 | 109 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.57 |
| HSL | 247.17º | 0.73% | 0.25% | - |
| HSV(B) | 247.17º | 0.84% | 0.43% | - |
| XYZ | 3.44 | 1.75 | 14.62 | - |
| YUV | 30.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 109 | 0.74 | 0.84 | 0 | 0.57 | 247.17 | 0.73 | 0.25 |
| Hex | 1C | 11 | 6D | 4A | 54 | 0 | 39 | F7 | 49 | 19 |
| Octal | 34 | 21 | 155 | 112 | 124 | 0 | 71 | 367 | 111 | 31 |
| Binary | 11100 | 10001 | 1101101 | 1001010 | 1010100 | 0 | 111001 | 11110111 | 1001001 | 11001 |
Color Harmonies of #1C116D
Complementary color
Monochromatic Colors of #1C116D
Black with #1C116D
Text Example
Text Example
White with #1C116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C116D; }
p { color: rgb(28,17,109); }
H1.HeaderClassName
{
color: #1C116D;
}
.AnyTagClassName
{
color: #1C116D;
}
</style>
background-color css
<style>
a { background-color: #1C116D; }
a { background-color: rgb(28,17,109); }
div.DivClassName
{
background-color: #1C116D;
}
.BgClassName
{
background-color: #1C116D;
}
</style>
border-color css
<style>
span { border-color: #1C116D; }
span { border-color: rgb(28,17,109); }
td.TdClassName
{
border-color: #1C116D;
}
.TagClassName
{
border-color: #1C116D;
}
</style>