Shades of New Midnight Blue #130FB4
Tints of New Midnight Blue #130FB4
RGB
CMYK
RGB Variations
Color information
#130FB4 (or 0x130FB4) is known color: New Midnight Blue. HEX triplet: 13, 0F and B4. RGB value is (19,15,180). Sum of RGB (Red+Green+Blue) = 19+15+180=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 180 (70.70% from 255 or 84.11% from 214); Max value from RGB is 180 - color contains mainly: blue. Hex color #130FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FB4 is #ECF04B. Grayscale: #222222. Windows color (decimal): -15528012 or 11800339. OLE color: 11800339.
HSL color Cylindrical-coordinate representation of color #130FB4: hue angle of 241.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130FB4 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 15 | 180 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.29 |
| HSL | 241.45º | 0.85% | 0.38% | - |
| HSV(B) | 241.45º | 0.92% | 0.71% | - |
| XYZ | 8.68 | 3.78 | 43.45 | - |
| YUV | 35.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 180 | 0.89 | 0.92 | 0 | 0.29 | 241.45 | 0.85 | 0.38 |
| Hex | 13 | F | B4 | 59 | 5C | 0 | 1D | F1 | 55 | 26 |
| Octal | 23 | 17 | 264 | 131 | 134 | 0 | 35 | 361 | 125 | 46 |
| Binary | 10011 | 1111 | 10110100 | 1011001 | 1011100 | 0 | 11101 | 11110001 | 1010101 | 100110 |
Color Harmonies of #130FB4
Complementary color
Monochromatic Colors of #130FB4
Black with #130FB4
Text Example
Text Example
White with #130FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FB4; }
p { color: rgb(19,15,180); }
H1.HeaderClassName
{
color: #130FB4;
}
.AnyTagClassName
{
color: #130FB4;
}
</style>
background-color css
<style>
a { background-color: #130FB4; }
a { background-color: rgb(19,15,180); }
div.DivClassName
{
background-color: #130FB4;
}
.BgClassName
{
background-color: #130FB4;
}
</style>
border-color css
<style>
span { border-color: #130FB4; }
span { border-color: rgb(19,15,180); }
td.TdClassName
{
border-color: #130FB4;
}
.TagClassName
{
border-color: #130FB4;
}
</style>