Shades of Midnight #172E4B
Tints of Midnight #172E4B
RGB
CMYK
RGB Variations
Color information
#172E4B (or 0x172E4B) is known color: Midnight. HEX triplet: 17, 2E and 4B. RGB value is (23,46,75). Sum of RGB (Red+Green+Blue) = 23+46+75=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #172E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E4B is #E8D1B4. Grayscale: #2A2A2A. Windows color (decimal): -15258037 or 4926999. OLE color: 4926999.
HSL color Cylindrical-coordinate representation of color #172E4B: hue angle of 213.46º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #172E4B is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 46 | 75 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.71 |
| HSL | 213.46º | 0.53% | 0.19% | - |
| HSV(B) | 213.46º | 0.69% | 0.29% | - |
| XYZ | 2.6 | 2.64 | 7.03 | - |
| YUV | 42.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 75 | 0.69 | 0.39 | 0 | 0.71 | 213.46 | 0.53 | 0.19 |
| Hex | 17 | 2E | 4B | 45 | 27 | 0 | 47 | D5 | 35 | 13 |
| Octal | 27 | 56 | 113 | 105 | 47 | 0 | 107 | 325 | 65 | 23 |
| Binary | 10111 | 101110 | 1001011 | 1000101 | 100111 | 0 | 1000111 | 11010101 | 110101 | 10011 |
Color Harmonies of #172E4B
Complementary color
Monochromatic Colors of #172E4B
Black with #172E4B
Text Example
Text Example
White with #172E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E4B; }
p { color: rgb(23,46,75); }
H1.HeaderClassName
{
color: #172E4B;
}
.AnyTagClassName
{
color: #172E4B;
}
</style>
background-color css
<style>
a { background-color: #172E4B; }
a { background-color: rgb(23,46,75); }
div.DivClassName
{
background-color: #172E4B;
}
.BgClassName
{
background-color: #172E4B;
}
</style>
border-color css
<style>
span { border-color: #172E4B; }
span { border-color: rgb(23,46,75); }
td.TdClassName
{
border-color: #172E4B;
}
.TagClassName
{
border-color: #172E4B;
}
</style>