Shades of Midnight Blue #13165A
Tints of Midnight Blue #13165A
RGB
CMYK
RGB Variations
Color information
#13165A (or 0x13165A) is known color: Midnight Blue. HEX triplet: 13, 16 and 5A. RGB value is (19,22,90). Sum of RGB (Red+Green+Blue) = 19+22+90=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #13165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165A is #ECE9A5. Grayscale: #1C1C1C. Windows color (decimal): -15526310 or 5903891. OLE color: 5903891.
HSL color Cylindrical-coordinate representation of color #13165A: hue angle of 237.46º 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 #13165A is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 22 | 90 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.65 |
| HSL | 237.46º | 0.65% | 0.21% | - |
| HSV(B) | 237.46º | 0.79% | 0.35% | - |
| XYZ | 2.4 | 1.45 | 9.83 | - |
| YUV | 28.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 90 | 0.79 | 0.76 | 0 | 0.65 | 237.46 | 0.65 | 0.21 |
| Hex | 13 | 16 | 5A | 4F | 4C | 0 | 41 | ED | 41 | 15 |
| Octal | 23 | 26 | 132 | 117 | 114 | 0 | 101 | 355 | 101 | 25 |
| Binary | 10011 | 10110 | 1011010 | 1001111 | 1001100 | 0 | 1000001 | 11101101 | 1000001 | 10101 |
Color Harmonies of #13165A
Complementary color
Monochromatic Colors of #13165A
Black with #13165A
Text Example
Text Example
White with #13165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13165A; }
p { color: rgb(19,22,90); }
H1.HeaderClassName
{
color: #13165A;
}
.AnyTagClassName
{
color: #13165A;
}
</style>
background-color css
<style>
a { background-color: #13165A; }
a { background-color: rgb(19,22,90); }
div.DivClassName
{
background-color: #13165A;
}
.BgClassName
{
background-color: #13165A;
}
</style>
border-color css
<style>
span { border-color: #13165A; }
span { border-color: rgb(19,22,90); }
td.TdClassName
{
border-color: #13165A;
}
.TagClassName
{
border-color: #13165A;
}
</style>