Shades of Midnight Blue #17147A
Tints of Midnight Blue #17147A
RGB
CMYK
RGB Variations
Color information
#17147A (or 0x17147A) is known color: Midnight Blue. HEX triplet: 17, 14 and 7A. RGB value is (23,20,122). Sum of RGB (Red+Green+Blue) = 23+20+122=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #17147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17147A is #E8EB85. Grayscale: #202020. Windows color (decimal): -15264646 or 8000535. OLE color: 8000535.
HSL color Cylindrical-coordinate representation of color #17147A: hue angle of 241.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17147A is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 20 | 122 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.52 |
| HSL | 241.76º | 0.72% | 0.28% | - |
| HSV(B) | 241.76º | 0.84% | 0.48% | - |
| XYZ | 4.12 | 2.09 | 18.6 | - |
| YUV | 32.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 122 | 0.81 | 0.84 | 0 | 0.52 | 241.76 | 0.72 | 0.28 |
| Hex | 17 | 14 | 7A | 51 | 54 | 0 | 34 | F2 | 48 | 1C |
| Octal | 27 | 24 | 172 | 121 | 124 | 0 | 64 | 362 | 110 | 34 |
| Binary | 10111 | 10100 | 1111010 | 1010001 | 1010100 | 0 | 110100 | 11110010 | 1001000 | 11100 |
Color Harmonies of #17147A
Complementary color
Monochromatic Colors of #17147A
Black with #17147A
Text Example
Text Example
White with #17147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17147A; }
p { color: rgb(23,20,122); }
H1.HeaderClassName
{
color: #17147A;
}
.AnyTagClassName
{
color: #17147A;
}
</style>
background-color css
<style>
a { background-color: #17147A; }
a { background-color: rgb(23,20,122); }
div.DivClassName
{
background-color: #17147A;
}
.BgClassName
{
background-color: #17147A;
}
</style>
border-color css
<style>
span { border-color: #17147A; }
span { border-color: rgb(23,20,122); }
td.TdClassName
{
border-color: #17147A;
}
.TagClassName
{
border-color: #17147A;
}
</style>