Shades of Midnight #172B4A
Tints of Midnight #172B4A
RGB
CMYK
RGB Variations
Color information
#172B4A (or 0x172B4A) is known color: Midnight. HEX triplet: 17, 2B and 4A. RGB value is (23,43,74). Sum of RGB (Red+Green+Blue) = 23+43+74=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #172B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B4A is #E8D4B5. Grayscale: #282828. Windows color (decimal): -15258806 or 4860695. OLE color: 4860695.
HSL color Cylindrical-coordinate representation of color #172B4A: hue angle of 216.47º 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 #172B4A is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 43 | 74 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.71 |
| HSL | 216.47º | 0.53% | 0.19% | - |
| HSV(B) | 216.47º | 0.69% | 0.29% | - |
| XYZ | 2.45 | 2.4 | 6.81 | - |
| YUV | 40.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 74 | 0.69 | 0.42 | 0 | 0.71 | 216.47 | 0.53 | 0.19 |
| Hex | 17 | 2B | 4A | 45 | 2A | 0 | 47 | D8 | 35 | 13 |
| Octal | 27 | 53 | 112 | 105 | 52 | 0 | 107 | 330 | 65 | 23 |
| Binary | 10111 | 101011 | 1001010 | 1000101 | 101010 | 0 | 1000111 | 11011000 | 110101 | 10011 |
Color Harmonies of #172B4A
Complementary color
Monochromatic Colors of #172B4A
Black with #172B4A
Text Example
Text Example
White with #172B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B4A; }
p { color: rgb(23,43,74); }
H1.HeaderClassName
{
color: #172B4A;
}
.AnyTagClassName
{
color: #172B4A;
}
</style>
background-color css
<style>
a { background-color: #172B4A; }
a { background-color: rgb(23,43,74); }
div.DivClassName
{
background-color: #172B4A;
}
.BgClassName
{
background-color: #172B4A;
}
</style>
border-color css
<style>
span { border-color: #172B4A; }
span { border-color: rgb(23,43,74); }
td.TdClassName
{
border-color: #172B4A;
}
.TagClassName
{
border-color: #172B4A;
}
</style>