Shades of Midnight Blue #17045B
Tints of Midnight Blue #17045B
RGB
CMYK
RGB Variations
Color information
#17045B (or 0x17045B) is known color: Midnight Blue. HEX triplet: 17, 04 and 5B. RGB value is (23,4,91). Sum of RGB (Red+Green+Blue) = 23+4+91=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #17045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17045B is #E8FBA4. Grayscale: #131313. Windows color (decimal): -15268773 or 5964823. OLE color: 5964823.
HSL color Cylindrical-coordinate representation of color #17045B: hue angle of 253.1º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17045B is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 4 | 91 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.64 |
| HSL | 253.1º | 0.92% | 0.19% | - |
| HSV(B) | 253.1º | 0.96% | 0.36% | - |
| XYZ | 2.29 | 1.02 | 9.97 | - |
| YUV | 19.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 91 | 0.75 | 0.96 | 0 | 0.64 | 253.1 | 0.92 | 0.19 |
| Hex | 17 | 4 | 5B | 4B | 60 | 0 | 40 | FD | 5C | 13 |
| Octal | 27 | 4 | 133 | 113 | 140 | 0 | 100 | 375 | 134 | 23 |
| Binary | 10111 | 100 | 1011011 | 1001011 | 1100000 | 0 | 1000000 | 11111101 | 1011100 | 10011 |
Color Harmonies of #17045B
Complementary color
Monochromatic Colors of #17045B
Black with #17045B
Text Example
Text Example
White with #17045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17045B; }
p { color: rgb(23,4,91); }
H1.HeaderClassName
{
color: #17045B;
}
.AnyTagClassName
{
color: #17045B;
}
</style>
background-color css
<style>
a { background-color: #17045B; }
a { background-color: rgb(23,4,91); }
div.DivClassName
{
background-color: #17045B;
}
.BgClassName
{
background-color: #17045B;
}
</style>
border-color css
<style>
span { border-color: #17045B; }
span { border-color: rgb(23,4,91); }
td.TdClassName
{
border-color: #17045B;
}
.TagClassName
{
border-color: #17045B;
}
</style>