Shades of Midnight Blue #172283
Tints of Midnight Blue #172283
RGB
CMYK
RGB Variations
Color information
#172283 (or 0x172283) is known color: Midnight Blue. HEX triplet: 17, 22 and 83. RGB value is (23,34,131). Sum of RGB (Red+Green+Blue) = 23+34+131=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #172283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172283 is #E8DD7C. Grayscale: #292929. Windows color (decimal): -15261053 or 8593943. OLE color: 8593943.
HSL color Cylindrical-coordinate representation of color #172283: hue angle of 233.89º 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 #172283 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 34 | 131 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.49 |
| HSL | 233.89º | 0.7% | 0.3% | - |
| HSV(B) | 233.89º | 0.82% | 0.51% | - |
| XYZ | 5.02 | 2.96 | 21.78 | - |
| YUV | 41.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 131 | 0.82 | 0.74 | 0 | 0.49 | 233.89 | 0.7 | 0.3 |
| Hex | 17 | 22 | 83 | 52 | 4A | 0 | 31 | EA | 46 | 1E |
| Octal | 27 | 42 | 203 | 122 | 112 | 0 | 61 | 352 | 106 | 36 |
| Binary | 10111 | 100010 | 10000011 | 1010010 | 1001010 | 0 | 110001 | 11101010 | 1000110 | 11110 |
Color Harmonies of #172283
Complementary color
Monochromatic Colors of #172283
Black with #172283
Text Example
Text Example
White with #172283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172283; }
p { color: rgb(23,34,131); }
H1.HeaderClassName
{
color: #172283;
}
.AnyTagClassName
{
color: #172283;
}
</style>
background-color css
<style>
a { background-color: #172283; }
a { background-color: rgb(23,34,131); }
div.DivClassName
{
background-color: #172283;
}
.BgClassName
{
background-color: #172283;
}
</style>
border-color css
<style>
span { border-color: #172283; }
span { border-color: rgb(23,34,131); }
td.TdClassName
{
border-color: #172283;
}
.TagClassName
{
border-color: #172283;
}
</style>