Shades of Midnight Blue #1C117C
Tints of Midnight Blue #1C117C
RGB
CMYK
RGB Variations
Color information
#1C117C (or 0x1C117C) is known color: Midnight Blue. HEX triplet: 1C, 11 and 7C. RGB value is (28,17,124). Sum of RGB (Red+Green+Blue) = 28+17+124=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C117C is #E3EE83. Grayscale: #202020. Windows color (decimal): -14937732 or 8130844. OLE color: 8130844.
HSL color Cylindrical-coordinate representation of color #1C117C: hue angle of 246.17º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C117C is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 17 | 124 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.51 |
| HSL | 246.17º | 0.76% | 0.28% | - |
| HSV(B) | 246.17º | 0.86% | 0.49% | - |
| XYZ | 4.32 | 2.1 | 19.25 | - |
| YUV | 32.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 124 | 0.77 | 0.86 | 0 | 0.51 | 246.17 | 0.76 | 0.28 |
| Hex | 1C | 11 | 7C | 4D | 56 | 0 | 33 | F6 | 4C | 1C |
| Octal | 34 | 21 | 174 | 115 | 126 | 0 | 63 | 366 | 114 | 34 |
| Binary | 11100 | 10001 | 1111100 | 1001101 | 1010110 | 0 | 110011 | 11110110 | 1001100 | 11100 |
Color Harmonies of #1C117C
Complementary color
Monochromatic Colors of #1C117C
Black with #1C117C
Text Example
Text Example
White with #1C117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C117C; }
p { color: rgb(28,17,124); }
H1.HeaderClassName
{
color: #1C117C;
}
.AnyTagClassName
{
color: #1C117C;
}
</style>
background-color css
<style>
a { background-color: #1C117C; }
a { background-color: rgb(28,17,124); }
div.DivClassName
{
background-color: #1C117C;
}
.BgClassName
{
background-color: #1C117C;
}
</style>
border-color css
<style>
span { border-color: #1C117C; }
span { border-color: rgb(28,17,124); }
td.TdClassName
{
border-color: #1C117C;
}
.TagClassName
{
border-color: #1C117C;
}
</style>