Shades of Ultramarine #130F8D
Tints of Ultramarine #130F8D
RGB
CMYK
RGB Variations
Color information
#130F8D (or 0x130F8D) is known color: Ultramarine. HEX triplet: 13, 0F and 8D. RGB value is (19,15,141). Sum of RGB (Red+Green+Blue) = 19+15+141=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #130F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F8D is #ECF072. Grayscale: #1E1E1E. Windows color (decimal): -15528051 or 9244435. OLE color: 9244435.
HSL color Cylindrical-coordinate representation of color #130F8D: hue angle of 241.9º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130F8D is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 15 | 141 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.45 |
| HSL | 241.9º | 0.81% | 0.31% | - |
| HSV(B) | 241.9º | 0.89% | 0.55% | - |
| XYZ | 5.25 | 2.4 | 25.39 | - |
| YUV | 30.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 141 | 0.87 | 0.89 | 0 | 0.45 | 241.9 | 0.81 | 0.31 |
| Hex | 13 | F | 8D | 57 | 59 | 0 | 2D | F2 | 51 | 1F |
| Octal | 23 | 17 | 215 | 127 | 131 | 0 | 55 | 362 | 121 | 37 |
| Binary | 10011 | 1111 | 10001101 | 1010111 | 1011001 | 0 | 101101 | 11110010 | 1010001 | 11111 |
Color Harmonies of #130F8D
Complementary color
Monochromatic Colors of #130F8D
Black with #130F8D
Text Example
Text Example
White with #130F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F8D; }
p { color: rgb(19,15,141); }
H1.HeaderClassName
{
color: #130F8D;
}
.AnyTagClassName
{
color: #130F8D;
}
</style>
background-color css
<style>
a { background-color: #130F8D; }
a { background-color: rgb(19,15,141); }
div.DivClassName
{
background-color: #130F8D;
}
.BgClassName
{
background-color: #130F8D;
}
</style>
border-color css
<style>
span { border-color: #130F8D; }
span { border-color: rgb(19,15,141); }
td.TdClassName
{
border-color: #130F8D;
}
.TagClassName
{
border-color: #130F8D;
}
</style>