Shades of Midnight Blue #13175A
Tints of Midnight Blue #13175A
RGB
CMYK
RGB Variations
Color information
#13175A (or 0x13175A) is known color: Midnight Blue. HEX triplet: 13, 17 and 5A. RGB value is (19,23,90). Sum of RGB (Red+Green+Blue) = 19+23+90=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 23 (9.38% from 255 or 17.42% 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 #13175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13175A is #ECE8A5. Grayscale: #1D1D1D. Windows color (decimal): -15526054 or 5904147. OLE color: 5904147.
HSL color Cylindrical-coordinate representation of color #13175A: hue angle of 236.62º 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 #13175A is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 23 | 90 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.65 |
| HSL | 236.62º | 0.65% | 0.21% | - |
| HSV(B) | 236.62º | 0.79% | 0.35% | - |
| XYZ | 2.42 | 1.49 | 9.83 | - |
| YUV | 29.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 90 | 0.79 | 0.74 | 0 | 0.65 | 236.62 | 0.65 | 0.21 |
| Hex | 13 | 17 | 5A | 4F | 4A | 0 | 41 | ED | 41 | 15 |
| Octal | 23 | 27 | 132 | 117 | 112 | 0 | 101 | 355 | 101 | 25 |
| Binary | 10011 | 10111 | 1011010 | 1001111 | 1001010 | 0 | 1000001 | 11101101 | 1000001 | 10101 |
Color Harmonies of #13175A
Complementary color
Monochromatic Colors of #13175A
Black with #13175A
Text Example
Text Example
White with #13175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13175A; }
p { color: rgb(19,23,90); }
H1.HeaderClassName
{
color: #13175A;
}
.AnyTagClassName
{
color: #13175A;
}
</style>
background-color css
<style>
a { background-color: #13175A; }
a { background-color: rgb(19,23,90); }
div.DivClassName
{
background-color: #13175A;
}
.BgClassName
{
background-color: #13175A;
}
</style>
border-color css
<style>
span { border-color: #13175A; }
span { border-color: rgb(19,23,90); }
td.TdClassName
{
border-color: #13175A;
}
.TagClassName
{
border-color: #13175A;
}
</style>