Shades of Ultramarine #130199
Tints of Ultramarine #130199
RGB
CMYK
RGB Variations
Color information
#130199 (or 0x130199) is known color: Ultramarine. HEX triplet: 13, 01 and 99. RGB value is (19,1,153). Sum of RGB (Red+Green+Blue) = 19+1+153=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #130199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130199 is #ECFE66. Grayscale: #171717. Windows color (decimal): -15531623 or 10027283. OLE color: 10027283.
HSL color Cylindrical-coordinate representation of color #130199: hue angle of 247.11º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130199 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 1 | 153 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.4 |
| HSL | 247.11º | 0.99% | 0.3% | - |
| HSV(B) | 247.11º | 0.99% | 0.6% | - |
| XYZ | 6.03 | 2.46 | 30.29 | - |
| YUV | 23.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 153 | 0.88 | 0.99 | 0 | 0.4 | 247.11 | 0.99 | 0.3 |
| Hex | 13 | 1 | 99 | 58 | 63 | 0 | 28 | F7 | 63 | 1E |
| Octal | 23 | 1 | 231 | 130 | 143 | 0 | 50 | 367 | 143 | 36 |
| Binary | 10011 | 1 | 10011001 | 1011000 | 1100011 | 0 | 101000 | 11110111 | 1100011 | 11110 |
Color Harmonies of #130199
Complementary color
Monochromatic Colors of #130199
Black with #130199
Text Example
Text Example
White with #130199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130199; }
p { color: rgb(19,1,153); }
H1.HeaderClassName
{
color: #130199;
}
.AnyTagClassName
{
color: #130199;
}
</style>
background-color css
<style>
a { background-color: #130199; }
a { background-color: rgb(19,1,153); }
div.DivClassName
{
background-color: #130199;
}
.BgClassName
{
background-color: #130199;
}
</style>
border-color css
<style>
span { border-color: #130199; }
span { border-color: rgb(19,1,153); }
td.TdClassName
{
border-color: #130199;
}
.TagClassName
{
border-color: #130199;
}
</style>