Shades of Midnight Blue #17157D
Tints of Midnight Blue #17157D
RGB
CMYK
RGB Variations
Color information
#17157D (or 0x17157D) is known color: Midnight Blue. HEX triplet: 17, 15 and 7D. RGB value is (23,21,125). Sum of RGB (Red+Green+Blue) = 23+21+125=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #17157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17157D is #E8EA82. Grayscale: #212121. Windows color (decimal): -15264387 or 8197399. OLE color: 8197399.
HSL color Cylindrical-coordinate representation of color #17157D: hue angle of 241.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17157D is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 21 | 125 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.51 |
| HSL | 241.15º | 0.71% | 0.29% | - |
| HSV(B) | 241.15º | 0.83% | 0.49% | - |
| XYZ | 4.32 | 2.2 | 19.6 | - |
| YUV | 33.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 125 | 0.82 | 0.83 | 0 | 0.51 | 241.15 | 0.71 | 0.29 |
| Hex | 17 | 15 | 7D | 52 | 53 | 0 | 33 | F1 | 47 | 1D |
| Octal | 27 | 25 | 175 | 122 | 123 | 0 | 63 | 361 | 107 | 35 |
| Binary | 10111 | 10101 | 1111101 | 1010010 | 1010011 | 0 | 110011 | 11110001 | 1000111 | 11101 |
Color Harmonies of #17157D
Complementary color
Monochromatic Colors of #17157D
Black with #17157D
Text Example
Text Example
White with #17157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17157D; }
p { color: rgb(23,21,125); }
H1.HeaderClassName
{
color: #17157D;
}
.AnyTagClassName
{
color: #17157D;
}
</style>
background-color css
<style>
a { background-color: #17157D; }
a { background-color: rgb(23,21,125); }
div.DivClassName
{
background-color: #17157D;
}
.BgClassName
{
background-color: #17157D;
}
</style>
border-color css
<style>
span { border-color: #17157D; }
span { border-color: rgb(23,21,125); }
td.TdClassName
{
border-color: #17157D;
}
.TagClassName
{
border-color: #17157D;
}
</style>