Shades of Midnight Blue #170F5C
Tints of Midnight Blue #170F5C
RGB
CMYK
RGB Variations
Color information
#170F5C (or 0x170F5C) is known color: Midnight Blue. HEX triplet: 17, 0F and 5C. RGB value is (23,15,92). Sum of RGB (Red+Green+Blue) = 23+15+92=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #170F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F5C is #E8F0A3. Grayscale: #191919. Windows color (decimal): -15265956 or 6033175. OLE color: 6033175.
HSL color Cylindrical-coordinate representation of color #170F5C: hue angle of 246.23º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #170F5C is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 15 | 92 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.64 |
| HSL | 246.23º | 0.72% | 0.21% | - |
| HSV(B) | 246.23º | 0.84% | 0.36% | - |
| XYZ | 2.46 | 1.3 | 10.25 | - |
| YUV | 26.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 92 | 0.75 | 0.84 | 0 | 0.64 | 246.23 | 0.72 | 0.21 |
| Hex | 17 | F | 5C | 4B | 54 | 0 | 40 | F6 | 48 | 15 |
| Octal | 27 | 17 | 134 | 113 | 124 | 0 | 100 | 366 | 110 | 25 |
| Binary | 10111 | 1111 | 1011100 | 1001011 | 1010100 | 0 | 1000000 | 11110110 | 1001000 | 10101 |
Color Harmonies of #170F5C
Complementary color
Monochromatic Colors of #170F5C
Black with #170F5C
Text Example
Text Example
White with #170F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F5C; }
p { color: rgb(23,15,92); }
H1.HeaderClassName
{
color: #170F5C;
}
.AnyTagClassName
{
color: #170F5C;
}
</style>
background-color css
<style>
a { background-color: #170F5C; }
a { background-color: rgb(23,15,92); }
div.DivClassName
{
background-color: #170F5C;
}
.BgClassName
{
background-color: #170F5C;
}
</style>
border-color css
<style>
span { border-color: #170F5C; }
span { border-color: rgb(23,15,92); }
td.TdClassName
{
border-color: #170F5C;
}
.TagClassName
{
border-color: #170F5C;
}
</style>