Shades of Midnight Blue #17056F
Tints of Midnight Blue #17056F
RGB
CMYK
RGB Variations
Color information
#17056F (or 0x17056F) is known color: Midnight Blue. HEX triplet: 17, 05 and 6F. RGB value is (23,5,111). Sum of RGB (Red+Green+Blue) = 23+5+111=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #17056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17056F is #E8FA90. Grayscale: #161616. Windows color (decimal): -15268497 or 7275799. OLE color: 7275799.
HSL color Cylindrical-coordinate representation of color #17056F: hue angle of 250.19º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17056F is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 5 | 111 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.56 |
| HSL | 250.19º | 0.91% | 0.23% | - |
| HSV(B) | 250.19º | 0.95% | 0.44% | - |
| XYZ | 3.28 | 1.44 | 15.14 | - |
| YUV | 22.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 111 | 0.79 | 0.95 | 0 | 0.56 | 250.19 | 0.91 | 0.23 |
| Hex | 17 | 5 | 6F | 4F | 5F | 0 | 38 | FA | 5B | 17 |
| Octal | 27 | 5 | 157 | 117 | 137 | 0 | 70 | 372 | 133 | 27 |
| Binary | 10111 | 101 | 1101111 | 1001111 | 1011111 | 0 | 111000 | 11111010 | 1011011 | 10111 |
Color Harmonies of #17056F
Complementary color
Monochromatic Colors of #17056F
Black with #17056F
Text Example
Text Example
White with #17056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17056F; }
p { color: rgb(23,5,111); }
H1.HeaderClassName
{
color: #17056F;
}
.AnyTagClassName
{
color: #17056F;
}
</style>
background-color css
<style>
a { background-color: #17056F; }
a { background-color: rgb(23,5,111); }
div.DivClassName
{
background-color: #17056F;
}
.BgClassName
{
background-color: #17056F;
}
</style>
border-color css
<style>
span { border-color: #17056F; }
span { border-color: rgb(23,5,111); }
td.TdClassName
{
border-color: #17056F;
}
.TagClassName
{
border-color: #17056F;
}
</style>