Shades of Midnight Blue #17257A
Tints of Midnight Blue #17257A
RGB
CMYK
RGB Variations
Color information
#17257A (or 0x17257A) is known color: Midnight Blue. HEX triplet: 17, 25 and 7A. RGB value is (23,37,122). Sum of RGB (Red+Green+Blue) = 23+37+122=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #17257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17257A is #E8DA85. Grayscale: #2A2A2A. Windows color (decimal): -15260294 or 8004887. OLE color: 8004887.
HSL color Cylindrical-coordinate representation of color #17257A: hue angle of 231.52º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17257A is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 37 | 122 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.52 |
| HSL | 231.52º | 0.68% | 0.28% | - |
| HSV(B) | 231.52º | 0.81% | 0.48% | - |
| XYZ | 4.53 | 2.91 | 18.74 | - |
| YUV | 42.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 122 | 0.81 | 0.70 | 0 | 0.52 | 231.52 | 0.68 | 0.28 |
| Hex | 17 | 25 | 7A | 51 | 46 | 0 | 34 | E8 | 44 | 1C |
| Octal | 27 | 45 | 172 | 121 | 106 | 0 | 64 | 350 | 104 | 34 |
| Binary | 10111 | 100101 | 1111010 | 1010001 | 1000110 | 0 | 110100 | 11101000 | 1000100 | 11100 |
Color Harmonies of #17257A
Complementary color
Monochromatic Colors of #17257A
Black with #17257A
Text Example
Text Example
White with #17257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17257A; }
p { color: rgb(23,37,122); }
H1.HeaderClassName
{
color: #17257A;
}
.AnyTagClassName
{
color: #17257A;
}
</style>
background-color css
<style>
a { background-color: #17257A; }
a { background-color: rgb(23,37,122); }
div.DivClassName
{
background-color: #17257A;
}
.BgClassName
{
background-color: #17257A;
}
</style>
border-color css
<style>
span { border-color: #17257A; }
span { border-color: rgb(23,37,122); }
td.TdClassName
{
border-color: #17257A;
}
.TagClassName
{
border-color: #17257A;
}
</style>