Shades of Midnight Blue #17127C
Tints of Midnight Blue #17127C
RGB
CMYK
RGB Variations
Color information
#17127C (or 0x17127C) is known color: Midnight Blue. HEX triplet: 17, 12 and 7C. RGB value is (23,18,124). Sum of RGB (Red+Green+Blue) = 23+18+124=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #17127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17127C is #E8ED83. Grayscale: #1F1F1F. Windows color (decimal): -15265156 or 8131095. OLE color: 8131095.
HSL color Cylindrical-coordinate representation of color #17127C: hue angle of 242.83º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17127C is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 18 | 124 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.51 |
| HSL | 242.83º | 0.75% | 0.28% | - |
| HSV(B) | 242.83º | 0.85% | 0.49% | - |
| XYZ | 4.21 | 2.07 | 19.25 | - |
| YUV | 31.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 124 | 0.81 | 0.85 | 0 | 0.51 | 242.83 | 0.75 | 0.28 |
| Hex | 17 | 12 | 7C | 51 | 55 | 0 | 33 | F3 | 4B | 1C |
| Octal | 27 | 22 | 174 | 121 | 125 | 0 | 63 | 363 | 113 | 34 |
| Binary | 10111 | 10010 | 1111100 | 1010001 | 1010101 | 0 | 110011 | 11110011 | 1001011 | 11100 |
Color Harmonies of #17127C
Complementary color
Monochromatic Colors of #17127C
Black with #17127C
Text Example
Text Example
White with #17127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17127C; }
p { color: rgb(23,18,124); }
H1.HeaderClassName
{
color: #17127C;
}
.AnyTagClassName
{
color: #17127C;
}
</style>
background-color css
<style>
a { background-color: #17127C; }
a { background-color: rgb(23,18,124); }
div.DivClassName
{
background-color: #17127C;
}
.BgClassName
{
background-color: #17127C;
}
</style>
border-color css
<style>
span { border-color: #17127C; }
span { border-color: rgb(23,18,124); }
td.TdClassName
{
border-color: #17127C;
}
.TagClassName
{
border-color: #17127C;
}
</style>