Shades of New Midnight Blue #130DAB
Tints of New Midnight Blue #130DAB
RGB
CMYK
RGB Variations
Color information
#130DAB (or 0x130DAB) is known color: New Midnight Blue. HEX triplet: 13, 0D and AB. RGB value is (19,13,171). Sum of RGB (Red+Green+Blue) = 19+13+171=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #130DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130DAB is #ECF254. Grayscale: #202020. Windows color (decimal): -15528533 or 11210003. OLE color: 11210003.
HSL color Cylindrical-coordinate representation of color #130DAB: hue angle of 242.28º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130DAB is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 13 | 171 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.33 |
| HSL | 242.28º | 0.86% | 0.36% | - |
| HSV(B) | 242.28º | 0.92% | 0.67% | - |
| XYZ | 7.76 | 3.37 | 38.77 | - |
| YUV | 32.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 171 | 0.89 | 0.92 | 0 | 0.33 | 242.28 | 0.86 | 0.36 |
| Hex | 13 | D | AB | 59 | 5C | 0 | 21 | F2 | 56 | 24 |
| Octal | 23 | 15 | 253 | 131 | 134 | 0 | 41 | 362 | 126 | 44 |
| Binary | 10011 | 1101 | 10101011 | 1011001 | 1011100 | 0 | 100001 | 11110010 | 1010110 | 100100 |
Color Harmonies of #130DAB
Complementary color
Monochromatic Colors of #130DAB
Black with #130DAB
Text Example
Text Example
White with #130DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DAB; }
p { color: rgb(19,13,171); }
H1.HeaderClassName
{
color: #130DAB;
}
.AnyTagClassName
{
color: #130DAB;
}
</style>
background-color css
<style>
a { background-color: #130DAB; }
a { background-color: rgb(19,13,171); }
div.DivClassName
{
background-color: #130DAB;
}
.BgClassName
{
background-color: #130DAB;
}
</style>
border-color css
<style>
span { border-color: #130DAB; }
span { border-color: rgb(19,13,171); }
td.TdClassName
{
border-color: #130DAB;
}
.TagClassName
{
border-color: #130DAB;
}
</style>