Shades of Midnight Blue #17195F
Tints of Midnight Blue #17195F
RGB
CMYK
RGB Variations
Color information
#17195F (or 0x17195F) is known color: Midnight Blue. HEX triplet: 17, 19 and 5F. RGB value is (23,25,95). Sum of RGB (Red+Green+Blue) = 23+25+95=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #17195F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17195F is #E8E6A0. Grayscale: #202020. Windows color (decimal): -15263393 or 6232343. OLE color: 6232343.
HSL color Cylindrical-coordinate representation of color #17195F: hue angle of 238.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17195F is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 25 | 95 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.63 |
| HSL | 238.33º | 0.61% | 0.23% | - |
| HSV(B) | 238.33º | 0.76% | 0.37% | - |
| XYZ | 2.77 | 1.7 | 11.01 | - |
| YUV | 32.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 95 | 0.76 | 0.74 | 0 | 0.63 | 238.33 | 0.61 | 0.23 |
| Hex | 17 | 19 | 5F | 4C | 4A | 0 | 3F | EE | 3D | 17 |
| Octal | 27 | 31 | 137 | 114 | 112 | 0 | 77 | 356 | 75 | 27 |
| Binary | 10111 | 11001 | 1011111 | 1001100 | 1001010 | 0 | 111111 | 11101110 | 111101 | 10111 |
Color Harmonies of #17195F
Complementary color
Monochromatic Colors of #17195F
Black with #17195F
Text Example
Text Example
White with #17195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17195F; }
p { color: rgb(23,25,95); }
H1.HeaderClassName
{
color: #17195F;
}
.AnyTagClassName
{
color: #17195F;
}
</style>
background-color css
<style>
a { background-color: #17195F; }
a { background-color: rgb(23,25,95); }
div.DivClassName
{
background-color: #17195F;
}
.BgClassName
{
background-color: #17195F;
}
</style>
border-color css
<style>
span { border-color: #17195F; }
span { border-color: rgb(23,25,95); }
td.TdClassName
{
border-color: #17195F;
}
.TagClassName
{
border-color: #17195F;
}
</style>