Shades of Midnight Blue #170355
Tints of Midnight Blue #170355
RGB
CMYK
RGB Variations
Color information
#170355 (or 0x170355) is known color: Midnight Blue. HEX triplet: 17, 03 and 55. RGB value is (23,3,85). Sum of RGB (Red+Green+Blue) = 23+3+85=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #170355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170355 is #E8FCAA. Grayscale: #121212. Windows color (decimal): -15269035 or 5571351. OLE color: 5571351.
HSL color Cylindrical-coordinate representation of color #170355: hue angle of 254.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170355 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 3 | 85 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.67 |
| HSL | 254.63º | 0.93% | 0.17% | - |
| HSV(B) | 254.63º | 0.96% | 0.33% | - |
| XYZ | 2.03 | 0.9 | 8.66 | - |
| YUV | 18.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 85 | 0.73 | 0.96 | 0 | 0.67 | 254.63 | 0.93 | 0.17 |
| Hex | 17 | 3 | 55 | 49 | 60 | 0 | 43 | FF | 5D | 11 |
| Octal | 27 | 3 | 125 | 111 | 140 | 0 | 103 | 377 | 135 | 21 |
| Binary | 10111 | 11 | 1010101 | 1001001 | 1100000 | 0 | 1000011 | 11111111 | 1011101 | 10001 |
Color Harmonies of #170355
Complementary color
Monochromatic Colors of #170355
Black with #170355
Text Example
Text Example
White with #170355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170355; }
p { color: rgb(23,3,85); }
H1.HeaderClassName
{
color: #170355;
}
.AnyTagClassName
{
color: #170355;
}
</style>
background-color css
<style>
a { background-color: #170355; }
a { background-color: rgb(23,3,85); }
div.DivClassName
{
background-color: #170355;
}
.BgClassName
{
background-color: #170355;
}
</style>
border-color css
<style>
span { border-color: #170355; }
span { border-color: rgb(23,3,85); }
td.TdClassName
{
border-color: #170355;
}
.TagClassName
{
border-color: #170355;
}
</style>