Shades of New Midnight Blue #130AB0
Tints of New Midnight Blue #130AB0
RGB
CMYK
RGB Variations
Color information
#130AB0 (or 0x130AB0) is known color: New Midnight Blue. HEX triplet: 13, 0A and B0. RGB value is (19,10,176). Sum of RGB (Red+Green+Blue) = 19+10+176=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 176 (69.14% from 255 or 85.85% from 205); Max value from RGB is 176 - color contains mainly: blue. Hex color #130AB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130AB0 is #ECF54F. Grayscale: #1E1E1E. Windows color (decimal): -15529296 or 11536915. OLE color: 11536915.
HSL color Cylindrical-coordinate representation of color #130AB0: hue angle of 243.25º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AB0 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 10 | 176 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.31 |
| HSL | 243.25º | 0.89% | 0.36% | - |
| HSV(B) | 243.25º | 0.94% | 0.69% | - |
| XYZ | 8.21 | 3.49 | 41.32 | - |
| YUV | 31.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 176 | 0.89 | 0.94 | 0 | 0.31 | 243.25 | 0.89 | 0.36 |
| Hex | 13 | A | B0 | 59 | 5E | 0 | 1F | F3 | 59 | 24 |
| Octal | 23 | 12 | 260 | 131 | 136 | 0 | 37 | 363 | 131 | 44 |
| Binary | 10011 | 1010 | 10110000 | 1011001 | 1011110 | 0 | 11111 | 11110011 | 1011001 | 100100 |
Color Harmonies of #130AB0
Complementary color
Monochromatic Colors of #130AB0
Black with #130AB0
Text Example
Text Example
White with #130AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AB0; }
p { color: rgb(19,10,176); }
H1.HeaderClassName
{
color: #130AB0;
}
.AnyTagClassName
{
color: #130AB0;
}
</style>
background-color css
<style>
a { background-color: #130AB0; }
a { background-color: rgb(19,10,176); }
div.DivClassName
{
background-color: #130AB0;
}
.BgClassName
{
background-color: #130AB0;
}
</style>
border-color css
<style>
span { border-color: #130AB0; }
span { border-color: rgb(19,10,176); }
td.TdClassName
{
border-color: #130AB0;
}
.TagClassName
{
border-color: #130AB0;
}
</style>