Shades of Midnight Blue #17135A
Tints of Midnight Blue #17135A
RGB
CMYK
RGB Variations
Color information
#17135A (or 0x17135A) is known color: Midnight Blue. HEX triplet: 17, 13 and 5A. RGB value is (23,19,90). Sum of RGB (Red+Green+Blue) = 23+19+90=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #17135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17135A is #E8ECA5. Grayscale: #1C1C1C. Windows color (decimal): -15264934 or 5903127. OLE color: 5903127.
HSL color Cylindrical-coordinate representation of color #17135A: hue angle of 243.38º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17135A is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 19 | 90 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.65 |
| HSL | 243.38º | 0.65% | 0.21% | - |
| HSV(B) | 243.38º | 0.79% | 0.35% | - |
| XYZ | 2.43 | 1.39 | 9.81 | - |
| YUV | 28.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 90 | 0.74 | 0.79 | 0 | 0.65 | 243.38 | 0.65 | 0.21 |
| Hex | 17 | 13 | 5A | 4A | 4F | 0 | 41 | F3 | 41 | 15 |
| Octal | 27 | 23 | 132 | 112 | 117 | 0 | 101 | 363 | 101 | 25 |
| Binary | 10111 | 10011 | 1011010 | 1001010 | 1001111 | 0 | 1000001 | 11110011 | 1000001 | 10101 |
Color Harmonies of #17135A
Complementary color
Monochromatic Colors of #17135A
Black with #17135A
Text Example
Text Example
White with #17135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17135A; }
p { color: rgb(23,19,90); }
H1.HeaderClassName
{
color: #17135A;
}
.AnyTagClassName
{
color: #17135A;
}
</style>
background-color css
<style>
a { background-color: #17135A; }
a { background-color: rgb(23,19,90); }
div.DivClassName
{
background-color: #17135A;
}
.BgClassName
{
background-color: #17135A;
}
</style>
border-color css
<style>
span { border-color: #17135A; }
span { border-color: rgb(23,19,90); }
td.TdClassName
{
border-color: #17135A;
}
.TagClassName
{
border-color: #17135A;
}
</style>