Shades of Midnight Blue #17055D
Tints of Midnight Blue #17055D
RGB
CMYK
RGB Variations
Color information
#17055D (or 0x17055D) is known color: Midnight Blue. HEX triplet: 17, 05 and 5D. RGB value is (23,5,93). Sum of RGB (Red+Green+Blue) = 23+5+93=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #17055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17055D is #E8FAA2. Grayscale: #141414. Windows color (decimal): -15268515 or 6096151. OLE color: 6096151.
HSL color Cylindrical-coordinate representation of color #17055D: hue angle of 252.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17055D is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 5 | 93 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.64 |
| HSL | 252.27º | 0.9% | 0.19% | - |
| HSV(B) | 252.27º | 0.95% | 0.36% | - |
| XYZ | 2.38 | 1.08 | 10.44 | - |
| YUV | 20.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 93 | 0.75 | 0.95 | 0 | 0.64 | 252.27 | 0.9 | 0.19 |
| Hex | 17 | 5 | 5D | 4B | 5F | 0 | 40 | FC | 5A | 13 |
| Octal | 27 | 5 | 135 | 113 | 137 | 0 | 100 | 374 | 132 | 23 |
| Binary | 10111 | 101 | 1011101 | 1001011 | 1011111 | 0 | 1000000 | 11111100 | 1011010 | 10011 |
Color Harmonies of #17055D
Complementary color
Monochromatic Colors of #17055D
Black with #17055D
Text Example
Text Example
White with #17055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17055D; }
p { color: rgb(23,5,93); }
H1.HeaderClassName
{
color: #17055D;
}
.AnyTagClassName
{
color: #17055D;
}
</style>
background-color css
<style>
a { background-color: #17055D; }
a { background-color: rgb(23,5,93); }
div.DivClassName
{
background-color: #17055D;
}
.BgClassName
{
background-color: #17055D;
}
</style>
border-color css
<style>
span { border-color: #17055D; }
span { border-color: rgb(23,5,93); }
td.TdClassName
{
border-color: #17055D;
}
.TagClassName
{
border-color: #17055D;
}
</style>