Shades of Midnight Blue #172282
Tints of Midnight Blue #172282
RGB
CMYK
RGB Variations
Color information
#172282 (or 0x172282) is known color: Midnight Blue. HEX triplet: 17, 22 and 82. RGB value is (23,34,130). Sum of RGB (Red+Green+Blue) = 23+34+130=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #172282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172282 is #E8DD7D. Grayscale: #292929. Windows color (decimal): -15261054 or 8528407. OLE color: 8528407.
HSL color Cylindrical-coordinate representation of color #172282: hue angle of 233.83º 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 #172282 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 34 | 130 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.49 |
| HSL | 233.83º | 0.7% | 0.3% | - |
| HSV(B) | 233.83º | 0.82% | 0.51% | - |
| XYZ | 4.95 | 2.94 | 21.43 | - |
| YUV | 41.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 130 | 0.82 | 0.74 | 0 | 0.49 | 233.83 | 0.7 | 0.3 |
| Hex | 17 | 22 | 82 | 52 | 4A | 0 | 31 | EA | 46 | 1E |
| Octal | 27 | 42 | 202 | 122 | 112 | 0 | 61 | 352 | 106 | 36 |
| Binary | 10111 | 100010 | 10000010 | 1010010 | 1001010 | 0 | 110001 | 11101010 | 1000110 | 11110 |
Color Harmonies of #172282
Complementary color
Monochromatic Colors of #172282
Black with #172282
Text Example
Text Example
White with #172282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172282; }
p { color: rgb(23,34,130); }
H1.HeaderClassName
{
color: #172282;
}
.AnyTagClassName
{
color: #172282;
}
</style>
background-color css
<style>
a { background-color: #172282; }
a { background-color: rgb(23,34,130); }
div.DivClassName
{
background-color: #172282;
}
.BgClassName
{
background-color: #172282;
}
</style>
border-color css
<style>
span { border-color: #172282; }
span { border-color: rgb(23,34,130); }
td.TdClassName
{
border-color: #172282;
}
.TagClassName
{
border-color: #172282;
}
</style>