Shades of Midnight Blue #17297F
Tints of Midnight Blue #17297F
RGB
CMYK
RGB Variations
Color information
#17297F (or 0x17297F) is known color: Midnight Blue. HEX triplet: 17, 29 and 7F. RGB value is (23,41,127). Sum of RGB (Red+Green+Blue) = 23+41+127=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #17297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17297F is #E8D680. Grayscale: #2D2D2D. Windows color (decimal): -15259265 or 8333591. OLE color: 8333591.
HSL color Cylindrical-coordinate representation of color #17297F: hue angle of 229.62º 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 #17297F is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 41 | 127 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.50 |
| HSL | 229.62º | 0.69% | 0.29% | - |
| HSV(B) | 229.62º | 0.82% | 0.5% | - |
| XYZ | 4.98 | 3.3 | 20.45 | - |
| YUV | 45.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 127 | 0.82 | 0.68 | 0 | 0.50 | 229.62 | 0.69 | 0.29 |
| Hex | 17 | 29 | 7F | 52 | 44 | 0 | 32 | E6 | 45 | 1D |
| Octal | 27 | 51 | 177 | 122 | 104 | 0 | 62 | 346 | 105 | 35 |
| Binary | 10111 | 101001 | 1111111 | 1010010 | 1000100 | 0 | 110010 | 11100110 | 1000101 | 11101 |
Color Harmonies of #17297F
Complementary color
Monochromatic Colors of #17297F
Black with #17297F
Text Example
Text Example
White with #17297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17297F; }
p { color: rgb(23,41,127); }
H1.HeaderClassName
{
color: #17297F;
}
.AnyTagClassName
{
color: #17297F;
}
</style>
background-color css
<style>
a { background-color: #17297F; }
a { background-color: rgb(23,41,127); }
div.DivClassName
{
background-color: #17297F;
}
.BgClassName
{
background-color: #17297F;
}
</style>
border-color css
<style>
span { border-color: #17297F; }
span { border-color: rgb(23,41,127); }
td.TdClassName
{
border-color: #17297F;
}
.TagClassName
{
border-color: #17297F;
}
</style>