Shades of Midnight #172A43
Tints of Midnight #172A43
RGB
CMYK
RGB Variations
Color information
#172A43 (or 0x172A43) is known color: Midnight. HEX triplet: 17, 2A and 43. RGB value is (23,42,67). Sum of RGB (Red+Green+Blue) = 23+42+67=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #172A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A43 is #E8D5BC. Grayscale: #272727. Windows color (decimal): -15259069 or 4401687. OLE color: 4401687.
HSL color Cylindrical-coordinate representation of color #172A43: hue angle of 214.09º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #172A43 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 42 | 67 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.74 |
| HSL | 214.09º | 0.49% | 0.18% | - |
| HSV(B) | 214.09º | 0.66% | 0.26% | - |
| XYZ | 2.19 | 2.24 | 5.63 | - |
| YUV | 39.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 67 | 0.66 | 0.37 | 0 | 0.74 | 214.09 | 0.49 | 0.18 |
| Hex | 17 | 2A | 43 | 42 | 25 | 0 | 4A | D6 | 31 | 12 |
| Octal | 27 | 52 | 103 | 102 | 45 | 0 | 112 | 326 | 61 | 22 |
| Binary | 10111 | 101010 | 1000011 | 1000010 | 100101 | 0 | 1001010 | 11010110 | 110001 | 10010 |
Color Harmonies of #172A43
Complementary color
Monochromatic Colors of #172A43
Black with #172A43
Text Example
Text Example
White with #172A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A43; }
p { color: rgb(23,42,67); }
H1.HeaderClassName
{
color: #172A43;
}
.AnyTagClassName
{
color: #172A43;
}
</style>
background-color css
<style>
a { background-color: #172A43; }
a { background-color: rgb(23,42,67); }
div.DivClassName
{
background-color: #172A43;
}
.BgClassName
{
background-color: #172A43;
}
</style>
border-color css
<style>
span { border-color: #172A43; }
span { border-color: rgb(23,42,67); }
td.TdClassName
{
border-color: #172A43;
}
.TagClassName
{
border-color: #172A43;
}
</style>