Shades of Midnight Blue #17026E
Tints of Midnight Blue #17026E
RGB
CMYK
RGB Variations
Color information
#17026E (or 0x17026E) is known color: Midnight Blue. HEX triplet: 17, 02 and 6E. RGB value is (23,2,110). Sum of RGB (Red+Green+Blue) = 23+2+110=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #17026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17026E is #E8FD91. Grayscale: #141414. Windows color (decimal): -15269266 or 7209495. OLE color: 7209495.
HSL color Cylindrical-coordinate representation of color #17026E: hue angle of 251.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17026E is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 2 | 110 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.57 |
| HSL | 251.67º | 0.96% | 0.22% | - |
| HSV(B) | 251.67º | 0.98% | 0.43% | - |
| XYZ | 3.19 | 1.35 | 14.84 | - |
| YUV | 20.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 110 | 0.79 | 0.98 | 0 | 0.57 | 251.67 | 0.96 | 0.22 |
| Hex | 17 | 2 | 6E | 4F | 62 | 0 | 39 | FC | 60 | 16 |
| Octal | 27 | 2 | 156 | 117 | 142 | 0 | 71 | 374 | 140 | 26 |
| Binary | 10111 | 10 | 1101110 | 1001111 | 1100010 | 0 | 111001 | 11111100 | 1100000 | 10110 |
Color Harmonies of #17026E
Complementary color
Monochromatic Colors of #17026E
Black with #17026E
Text Example
Text Example
White with #17026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17026E; }
p { color: rgb(23,2,110); }
H1.HeaderClassName
{
color: #17026E;
}
.AnyTagClassName
{
color: #17026E;
}
</style>
background-color css
<style>
a { background-color: #17026E; }
a { background-color: rgb(23,2,110); }
div.DivClassName
{
background-color: #17026E;
}
.BgClassName
{
background-color: #17026E;
}
</style>
border-color css
<style>
span { border-color: #17026E; }
span { border-color: rgb(23,2,110); }
td.TdClassName
{
border-color: #17026E;
}
.TagClassName
{
border-color: #17026E;
}
</style>