Shades of Midnight Blue #17247F
Tints of Midnight Blue #17247F
RGB
CMYK
RGB Variations
Color information
#17247F (or 0x17247F) is known color: Midnight Blue. HEX triplet: 17, 24 and 7F. RGB value is (23,36,127). Sum of RGB (Red+Green+Blue) = 23+36+127=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #17247F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17247F is #E8DB80. Grayscale: #2A2A2A. Windows color (decimal): -15260545 or 8332311. OLE color: 8332311.
HSL color Cylindrical-coordinate representation of color #17247F: hue angle of 232.5º 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 #17247F is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 36 | 127 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.50 |
| HSL | 232.5º | 0.69% | 0.29% | - |
| HSV(B) | 232.5º | 0.82% | 0.5% | - |
| XYZ | 4.81 | 2.98 | 20.4 | - |
| YUV | 42.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 127 | 0.82 | 0.72 | 0 | 0.50 | 232.5 | 0.69 | 0.29 |
| Hex | 17 | 24 | 7F | 52 | 48 | 0 | 32 | E8 | 45 | 1D |
| Octal | 27 | 44 | 177 | 122 | 110 | 0 | 62 | 350 | 105 | 35 |
| Binary | 10111 | 100100 | 1111111 | 1010010 | 1001000 | 0 | 110010 | 11101000 | 1000101 | 11101 |
Color Harmonies of #17247F
Complementary color
Monochromatic Colors of #17247F
Black with #17247F
Text Example
Text Example
White with #17247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17247F; }
p { color: rgb(23,36,127); }
H1.HeaderClassName
{
color: #17247F;
}
.AnyTagClassName
{
color: #17247F;
}
</style>
background-color css
<style>
a { background-color: #17247F; }
a { background-color: rgb(23,36,127); }
div.DivClassName
{
background-color: #17247F;
}
.BgClassName
{
background-color: #17247F;
}
</style>
border-color css
<style>
span { border-color: #17247F; }
span { border-color: rgb(23,36,127); }
td.TdClassName
{
border-color: #17247F;
}
.TagClassName
{
border-color: #17247F;
}
</style>