Shades of New Midnight Blue #130BA9
Tints of New Midnight Blue #130BA9
RGB
CMYK
RGB Variations
Color information
#130BA9 (or 0x130BA9) is known color: New Midnight Blue. HEX triplet: 13, 0B and A9. RGB value is (19,11,169). Sum of RGB (Red+Green+Blue) = 19+11+169=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 169 (66.41% from 255 or 84.92% from 199); Max value from RGB is 169 - color contains mainly: blue. Hex color #130BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BA9 is #ECF456. Grayscale: #1E1E1E. Windows color (decimal): -15529047 or 11078419. OLE color: 11078419.
HSL color Cylindrical-coordinate representation of color #130BA9: hue angle of 243.04º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130BA9 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 11 | 169 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.34 |
| HSL | 243.04º | 0.88% | 0.35% | - |
| HSV(B) | 243.04º | 0.93% | 0.66% | - |
| XYZ | 7.55 | 3.24 | 37.76 | - |
| YUV | 31.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 169 | 0.89 | 0.93 | 0 | 0.34 | 243.04 | 0.88 | 0.35 |
| Hex | 13 | B | A9 | 59 | 5D | 0 | 22 | F3 | 58 | 23 |
| Octal | 23 | 13 | 251 | 131 | 135 | 0 | 42 | 363 | 130 | 43 |
| Binary | 10011 | 1011 | 10101001 | 1011001 | 1011101 | 0 | 100010 | 11110011 | 1011000 | 100011 |
Color Harmonies of #130BA9
Complementary color
Monochromatic Colors of #130BA9
Black with #130BA9
Text Example
Text Example
White with #130BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BA9; }
p { color: rgb(19,11,169); }
H1.HeaderClassName
{
color: #130BA9;
}
.AnyTagClassName
{
color: #130BA9;
}
</style>
background-color css
<style>
a { background-color: #130BA9; }
a { background-color: rgb(19,11,169); }
div.DivClassName
{
background-color: #130BA9;
}
.BgClassName
{
background-color: #130BA9;
}
</style>
border-color css
<style>
span { border-color: #130BA9; }
span { border-color: rgb(19,11,169); }
td.TdClassName
{
border-color: #130BA9;
}
.TagClassName
{
border-color: #130BA9;
}
</style>