Shades of Midnight Blue #17055E
Tints of Midnight Blue #17055E
RGB
CMYK
RGB Variations
Color information
#17055E (or 0x17055E) is known color: Midnight Blue. HEX triplet: 17, 05 and 5E. RGB value is (23,5,94). Sum of RGB (Red+Green+Blue) = 23+5+94=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #17055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17055E is #E8FAA1. Grayscale: #141414. Windows color (decimal): -15268514 or 6161687. OLE color: 6161687.
HSL color Cylindrical-coordinate representation of color #17055E: hue angle of 252.13º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17055E is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 5 | 94 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.63 |
| HSL | 252.13º | 0.9% | 0.19% | - |
| HSV(B) | 252.13º | 0.95% | 0.37% | - |
| XYZ | 2.43 | 1.1 | 10.67 | - |
| YUV | 20.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 94 | 0.76 | 0.95 | 0 | 0.63 | 252.13 | 0.9 | 0.19 |
| Hex | 17 | 5 | 5E | 4C | 5F | 0 | 3F | FC | 5A | 13 |
| Octal | 27 | 5 | 136 | 114 | 137 | 0 | 77 | 374 | 132 | 23 |
| Binary | 10111 | 101 | 1011110 | 1001100 | 1011111 | 0 | 111111 | 11111100 | 1011010 | 10011 |
Color Harmonies of #17055E
Complementary color
Monochromatic Colors of #17055E
Black with #17055E
Text Example
Text Example
White with #17055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17055E; }
p { color: rgb(23,5,94); }
H1.HeaderClassName
{
color: #17055E;
}
.AnyTagClassName
{
color: #17055E;
}
</style>
background-color css
<style>
a { background-color: #17055E; }
a { background-color: rgb(23,5,94); }
div.DivClassName
{
background-color: #17055E;
}
.BgClassName
{
background-color: #17055E;
}
</style>
border-color css
<style>
span { border-color: #17055E; }
span { border-color: rgb(23,5,94); }
td.TdClassName
{
border-color: #17055E;
}
.TagClassName
{
border-color: #17055E;
}
</style>