Shades of Midnight #172D4B
Tints of Midnight #172D4B
RGB
CMYK
RGB Variations
Color information
#172D4B (or 0x172D4B) is known color: Midnight. HEX triplet: 17, 2D and 4B. RGB value is (23,45,75). Sum of RGB (Red+Green+Blue) = 23+45+75=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #172D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D4B is #E8D2B4. Grayscale: #292929. Windows color (decimal): -15258293 or 4926743. OLE color: 4926743.
HSL color Cylindrical-coordinate representation of color #172D4B: hue angle of 214.62º 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 #172D4B is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 45 | 75 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.71 |
| HSL | 214.62º | 0.53% | 0.19% | - |
| HSV(B) | 214.62º | 0.69% | 0.29% | - |
| XYZ | 2.56 | 2.57 | 7.02 | - |
| YUV | 41.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 75 | 0.69 | 0.40 | 0 | 0.71 | 214.62 | 0.53 | 0.19 |
| Hex | 17 | 2D | 4B | 45 | 28 | 0 | 47 | D7 | 35 | 13 |
| Octal | 27 | 55 | 113 | 105 | 50 | 0 | 107 | 327 | 65 | 23 |
| Binary | 10111 | 101101 | 1001011 | 1000101 | 101000 | 0 | 1000111 | 11010111 | 110101 | 10011 |
Color Harmonies of #172D4B
Complementary color
Monochromatic Colors of #172D4B
Black with #172D4B
Text Example
Text Example
White with #172D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D4B; }
p { color: rgb(23,45,75); }
H1.HeaderClassName
{
color: #172D4B;
}
.AnyTagClassName
{
color: #172D4B;
}
</style>
background-color css
<style>
a { background-color: #172D4B; }
a { background-color: rgb(23,45,75); }
div.DivClassName
{
background-color: #172D4B;
}
.BgClassName
{
background-color: #172D4B;
}
</style>
border-color css
<style>
span { border-color: #172D4B; }
span { border-color: rgb(23,45,75); }
td.TdClassName
{
border-color: #172D4B;
}
.TagClassName
{
border-color: #172D4B;
}
</style>