Shades of Ultramarine #130F98
Tints of Ultramarine #130F98
RGB
CMYK
RGB Variations
Color information
#130F98 (or 0x130F98) is known color: Ultramarine. HEX triplet: 13, 0F and 98. RGB value is (19,15,152). Sum of RGB (Red+Green+Blue) = 19+15+152=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 152 (59.77% from 255 or 81.72% from 186); Max value from RGB is 152 - color contains mainly: blue. Hex color #130F98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F98 is #ECF067. Grayscale: #1F1F1F. Windows color (decimal): -15528040 or 9965331. OLE color: 9965331.
HSL color Cylindrical-coordinate representation of color #130F98: hue angle of 241.75º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130F98 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 15 | 152 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.40 |
| HSL | 241.75º | 0.82% | 0.33% | - |
| HSV(B) | 241.75º | 0.9% | 0.6% | - |
| XYZ | 6.11 | 2.75 | 29.91 | - |
| YUV | 31.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 152 | 0.87 | 0.90 | 0 | 0.40 | 241.75 | 0.82 | 0.33 |
| Hex | 13 | F | 98 | 57 | 5A | 0 | 28 | F2 | 52 | 21 |
| Octal | 23 | 17 | 230 | 127 | 132 | 0 | 50 | 362 | 122 | 41 |
| Binary | 10011 | 1111 | 10011000 | 1010111 | 1011010 | 0 | 101000 | 11110010 | 1010010 | 100001 |
Color Harmonies of #130F98
Complementary color
Monochromatic Colors of #130F98
Black with #130F98
Text Example
Text Example
White with #130F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F98; }
p { color: rgb(19,15,152); }
H1.HeaderClassName
{
color: #130F98;
}
.AnyTagClassName
{
color: #130F98;
}
</style>
background-color css
<style>
a { background-color: #130F98; }
a { background-color: rgb(19,15,152); }
div.DivClassName
{
background-color: #130F98;
}
.BgClassName
{
background-color: #130F98;
}
</style>
border-color css
<style>
span { border-color: #130F98; }
span { border-color: rgb(19,15,152); }
td.TdClassName
{
border-color: #130F98;
}
.TagClassName
{
border-color: #130F98;
}
</style>