Shades of Midnight Blue #17046A
Tints of Midnight Blue #17046A
RGB
CMYK
RGB Variations
Color information
#17046A (or 0x17046A) is known color: Midnight Blue. HEX triplet: 17, 04 and 6A. RGB value is (23,4,106). Sum of RGB (Red+Green+Blue) = 23+4+106=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #17046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17046A is #E8FB95. Grayscale: #141414. Windows color (decimal): -15268758 or 6947863. OLE color: 6947863.
HSL color Cylindrical-coordinate representation of color #17046A: hue angle of 251.18º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17046A is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 4 | 106 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.58 |
| HSL | 251.18º | 0.93% | 0.22% | - |
| HSV(B) | 251.18º | 0.96% | 0.42% | - |
| XYZ | 3 | 1.31 | 13.73 | - |
| YUV | 21.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 106 | 0.78 | 0.96 | 0 | 0.58 | 251.18 | 0.93 | 0.22 |
| Hex | 17 | 4 | 6A | 4E | 60 | 0 | 3A | FB | 5D | 16 |
| Octal | 27 | 4 | 152 | 116 | 140 | 0 | 72 | 373 | 135 | 26 |
| Binary | 10111 | 100 | 1101010 | 1001110 | 1100000 | 0 | 111010 | 11111011 | 1011101 | 10110 |
Color Harmonies of #17046A
Complementary color
Monochromatic Colors of #17046A
Black with #17046A
Text Example
Text Example
White with #17046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17046A; }
p { color: rgb(23,4,106); }
H1.HeaderClassName
{
color: #17046A;
}
.AnyTagClassName
{
color: #17046A;
}
</style>
background-color css
<style>
a { background-color: #17046A; }
a { background-color: rgb(23,4,106); }
div.DivClassName
{
background-color: #17046A;
}
.BgClassName
{
background-color: #17046A;
}
</style>
border-color css
<style>
span { border-color: #17046A; }
span { border-color: rgb(23,4,106); }
td.TdClassName
{
border-color: #17046A;
}
.TagClassName
{
border-color: #17046A;
}
</style>