Shades of Midnight Blue #172E83
Tints of Midnight Blue #172E83
RGB
CMYK
RGB Variations
Color information
#172E83 (or 0x172E83) is known color: Midnight Blue. HEX triplet: 17, 2E and 83. RGB value is (23,46,131). Sum of RGB (Red+Green+Blue) = 23+46+131=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #172E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172E83 is #E8D17C. Grayscale: #303030. Windows color (decimal): -15257981 or 8597015. OLE color: 8597015.
HSL color Cylindrical-coordinate representation of color #172E83: hue angle of 227.22º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172E83 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 46 | 131 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.49 |
| HSL | 227.22º | 0.7% | 0.3% | - |
| HSV(B) | 227.22º | 0.82% | 0.51% | - |
| XYZ | 5.43 | 3.77 | 21.92 | - |
| YUV | 48.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 131 | 0.82 | 0.65 | 0 | 0.49 | 227.22 | 0.7 | 0.3 |
| Hex | 17 | 2E | 83 | 52 | 41 | 0 | 31 | E3 | 46 | 1E |
| Octal | 27 | 56 | 203 | 122 | 101 | 0 | 61 | 343 | 106 | 36 |
| Binary | 10111 | 101110 | 10000011 | 1010010 | 1000001 | 0 | 110001 | 11100011 | 1000110 | 11110 |
Color Harmonies of #172E83
Complementary color
Monochromatic Colors of #172E83
Black with #172E83
Text Example
Text Example
White with #172E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E83; }
p { color: rgb(23,46,131); }
H1.HeaderClassName
{
color: #172E83;
}
.AnyTagClassName
{
color: #172E83;
}
</style>
background-color css
<style>
a { background-color: #172E83; }
a { background-color: rgb(23,46,131); }
div.DivClassName
{
background-color: #172E83;
}
.BgClassName
{
background-color: #172E83;
}
</style>
border-color css
<style>
span { border-color: #172E83; }
span { border-color: rgb(23,46,131); }
td.TdClassName
{
border-color: #172E83;
}
.TagClassName
{
border-color: #172E83;
}
</style>