Shades of Midnight Blue #170E5A
Tints of Midnight Blue #170E5A
RGB
CMYK
RGB Variations
Color information
#170E5A (or 0x170E5A) is known color: Midnight Blue. HEX triplet: 17, 0E and 5A. RGB value is (23,14,90). Sum of RGB (Red+Green+Blue) = 23+14+90=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #170E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170E5A is #E8F1A5. Grayscale: #191919. Windows color (decimal): -15266214 or 5901847. OLE color: 5901847.
HSL color Cylindrical-coordinate representation of color #170E5A: hue angle of 247.11º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #170E5A is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 14 | 90 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.65 |
| HSL | 247.11º | 0.73% | 0.2% | - |
| HSV(B) | 247.11º | 0.84% | 0.35% | - |
| XYZ | 2.36 | 1.23 | 9.79 | - |
| YUV | 25.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 90 | 0.74 | 0.84 | 0 | 0.65 | 247.11 | 0.73 | 0.2 |
| Hex | 17 | E | 5A | 4A | 54 | 0 | 41 | F7 | 49 | 14 |
| Octal | 27 | 16 | 132 | 112 | 124 | 0 | 101 | 367 | 111 | 24 |
| Binary | 10111 | 1110 | 1011010 | 1001010 | 1010100 | 0 | 1000001 | 11110111 | 1001001 | 10100 |
Color Harmonies of #170E5A
Complementary color
Monochromatic Colors of #170E5A
Black with #170E5A
Text Example
Text Example
White with #170E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E5A; }
p { color: rgb(23,14,90); }
H1.HeaderClassName
{
color: #170E5A;
}
.AnyTagClassName
{
color: #170E5A;
}
</style>
background-color css
<style>
a { background-color: #170E5A; }
a { background-color: rgb(23,14,90); }
div.DivClassName
{
background-color: #170E5A;
}
.BgClassName
{
background-color: #170E5A;
}
</style>
border-color css
<style>
span { border-color: #170E5A; }
span { border-color: rgb(23,14,90); }
td.TdClassName
{
border-color: #170E5A;
}
.TagClassName
{
border-color: #170E5A;
}
</style>