Shades of Midnight Blue #17257F
Tints of Midnight Blue #17257F
RGB
CMYK
RGB Variations
Color information
#17257F (or 0x17257F) is known color: Midnight Blue. HEX triplet: 17, 25 and 7F. RGB value is (23,37,127). Sum of RGB (Red+Green+Blue) = 23+37+127=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #17257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17257F is #E8DA80. Grayscale: #2A2A2A. Windows color (decimal): -15260289 or 8332567. OLE color: 8332567.
HSL color Cylindrical-coordinate representation of color #17257F: hue angle of 231.92º 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 #17257F is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 37 | 127 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.50 |
| HSL | 231.92º | 0.69% | 0.29% | - |
| HSV(B) | 231.92º | 0.82% | 0.5% | - |
| XYZ | 4.85 | 3.04 | 20.41 | - |
| YUV | 43.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 127 | 0.82 | 0.71 | 0 | 0.50 | 231.92 | 0.69 | 0.29 |
| Hex | 17 | 25 | 7F | 52 | 47 | 0 | 32 | E8 | 45 | 1D |
| Octal | 27 | 45 | 177 | 122 | 107 | 0 | 62 | 350 | 105 | 35 |
| Binary | 10111 | 100101 | 1111111 | 1010010 | 1000111 | 0 | 110010 | 11101000 | 1000101 | 11101 |
Color Harmonies of #17257F
Complementary color
Monochromatic Colors of #17257F
Black with #17257F
Text Example
Text Example
White with #17257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17257F; }
p { color: rgb(23,37,127); }
H1.HeaderClassName
{
color: #17257F;
}
.AnyTagClassName
{
color: #17257F;
}
</style>
background-color css
<style>
a { background-color: #17257F; }
a { background-color: rgb(23,37,127); }
div.DivClassName
{
background-color: #17257F;
}
.BgClassName
{
background-color: #17257F;
}
</style>
border-color css
<style>
span { border-color: #17257F; }
span { border-color: rgb(23,37,127); }
td.TdClassName
{
border-color: #17257F;
}
.TagClassName
{
border-color: #17257F;
}
</style>