Shades of Midnight Blue #17287F
Tints of Midnight Blue #17287F
RGB
CMYK
RGB Variations
Color information
#17287F (or 0x17287F) is known color: Midnight Blue. HEX triplet: 17, 28 and 7F. RGB value is (23,40,127). Sum of RGB (Red+Green+Blue) = 23+40+127=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #17287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17287F is #E8D780. Grayscale: #2C2C2C. Windows color (decimal): -15259521 or 8333335. OLE color: 8333335.
HSL color Cylindrical-coordinate representation of color #17287F: hue angle of 230.19º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17287F is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 40 | 127 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.50 |
| HSL | 230.19º | 0.69% | 0.29% | - |
| HSV(B) | 230.19º | 0.82% | 0.5% | - |
| XYZ | 4.94 | 3.23 | 20.44 | - |
| YUV | 44.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 127 | 0.82 | 0.69 | 0 | 0.50 | 230.19 | 0.69 | 0.29 |
| Hex | 17 | 28 | 7F | 52 | 45 | 0 | 32 | E6 | 45 | 1D |
| Octal | 27 | 50 | 177 | 122 | 105 | 0 | 62 | 346 | 105 | 35 |
| Binary | 10111 | 101000 | 1111111 | 1010010 | 1000101 | 0 | 110010 | 11100110 | 1000101 | 11101 |
Color Harmonies of #17287F
Complementary color
Monochromatic Colors of #17287F
Black with #17287F
Text Example
Text Example
White with #17287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17287F; }
p { color: rgb(23,40,127); }
H1.HeaderClassName
{
color: #17287F;
}
.AnyTagClassName
{
color: #17287F;
}
</style>
background-color css
<style>
a { background-color: #17287F; }
a { background-color: rgb(23,40,127); }
div.DivClassName
{
background-color: #17287F;
}
.BgClassName
{
background-color: #17287F;
}
</style>
border-color css
<style>
span { border-color: #17287F; }
span { border-color: rgb(23,40,127); }
td.TdClassName
{
border-color: #17287F;
}
.TagClassName
{
border-color: #17287F;
}
</style>