Shades of Midnight Blue #17055B
Tints of Midnight Blue #17055B
RGB
CMYK
RGB Variations
Color information
#17055B (or 0x17055B) is known color: Midnight Blue. HEX triplet: 17, 05 and 5B. RGB value is (23,5,91). Sum of RGB (Red+Green+Blue) = 23+5+91=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #17055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17055B is #E8FAA4. Grayscale: #131313. Windows color (decimal): -15268517 or 5965079. OLE color: 5965079.
HSL color Cylindrical-coordinate representation of color #17055B: hue angle of 252.56º 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 #17055B is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 5 | 91 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.64 |
| HSL | 252.56º | 0.9% | 0.19% | - |
| HSV(B) | 252.56º | 0.95% | 0.36% | - |
| XYZ | 2.3 | 1.05 | 9.98 | - |
| YUV | 20.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 91 | 0.75 | 0.95 | 0 | 0.64 | 252.56 | 0.9 | 0.19 |
| Hex | 17 | 5 | 5B | 4B | 5F | 0 | 40 | FD | 5A | 13 |
| Octal | 27 | 5 | 133 | 113 | 137 | 0 | 100 | 375 | 132 | 23 |
| Binary | 10111 | 101 | 1011011 | 1001011 | 1011111 | 0 | 1000000 | 11111101 | 1011010 | 10011 |
Color Harmonies of #17055B
Complementary color
Monochromatic Colors of #17055B
Black with #17055B
Text Example
Text Example
White with #17055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17055B; }
p { color: rgb(23,5,91); }
H1.HeaderClassName
{
color: #17055B;
}
.AnyTagClassName
{
color: #17055B;
}
</style>
background-color css
<style>
a { background-color: #17055B; }
a { background-color: rgb(23,5,91); }
div.DivClassName
{
background-color: #17055B;
}
.BgClassName
{
background-color: #17055B;
}
</style>
border-color css
<style>
span { border-color: #17055B; }
span { border-color: rgb(23,5,91); }
td.TdClassName
{
border-color: #17055B;
}
.TagClassName
{
border-color: #17055B;
}
</style>