Shades of Midnight Blue #172286
Tints of Midnight Blue #172286
RGB
CMYK
RGB Variations
Color information
#172286 (or 0x172286) is known color: Midnight Blue. HEX triplet: 17, 22 and 86. RGB value is (23,34,134). Sum of RGB (Red+Green+Blue) = 23+34+134=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #172286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172286 is #E8DD79. Grayscale: #292929. Windows color (decimal): -15261050 or 8790551. OLE color: 8790551.
HSL color Cylindrical-coordinate representation of color #172286: hue angle of 234.05º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172286 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 34 | 134 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.47 |
| HSL | 234.05º | 0.71% | 0.31% | - |
| HSV(B) | 234.05º | 0.83% | 0.53% | - |
| XYZ | 5.23 | 3.05 | 22.87 | - |
| YUV | 42.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 134 | 0.83 | 0.75 | 0 | 0.47 | 234.05 | 0.71 | 0.31 |
| Hex | 17 | 22 | 86 | 53 | 4B | 0 | 2F | EA | 47 | 1F |
| Octal | 27 | 42 | 206 | 123 | 113 | 0 | 57 | 352 | 107 | 37 |
| Binary | 10111 | 100010 | 10000110 | 1010011 | 1001011 | 0 | 101111 | 11101010 | 1000111 | 11111 |
Color Harmonies of #172286
Complementary color
Monochromatic Colors of #172286
Black with #172286
Text Example
Text Example
White with #172286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172286; }
p { color: rgb(23,34,134); }
H1.HeaderClassName
{
color: #172286;
}
.AnyTagClassName
{
color: #172286;
}
</style>
background-color css
<style>
a { background-color: #172286; }
a { background-color: rgb(23,34,134); }
div.DivClassName
{
background-color: #172286;
}
.BgClassName
{
background-color: #172286;
}
</style>
border-color css
<style>
span { border-color: #172286; }
span { border-color: rgb(23,34,134); }
td.TdClassName
{
border-color: #172286;
}
.TagClassName
{
border-color: #172286;
}
</style>