Shades of Ultramarine #130F9A
Tints of Ultramarine #130F9A
RGB
CMYK
RGB Variations
Color information
#130F9A (or 0x130F9A) is known color: Ultramarine. HEX triplet: 13, 0F and 9A. RGB value is (19,15,154). Sum of RGB (Red+Green+Blue) = 19+15+154=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 154 (60.55% from 255 or 81.91% from 188); Max value from RGB is 154 - color contains mainly: blue. Hex color #130F9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F9A is #ECF065. Grayscale: #1F1F1F. Windows color (decimal): -15528038 or 10096403. OLE color: 10096403.
HSL color Cylindrical-coordinate representation of color #130F9A: hue angle of 241.73º 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 #130F9A is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 15 | 154 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.40 |
| HSL | 241.73º | 0.82% | 0.33% | - |
| HSV(B) | 241.73º | 0.9% | 0.6% | - |
| XYZ | 6.27 | 2.81 | 30.78 | - |
| YUV | 32.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 154 | 0.88 | 0.90 | 0 | 0.40 | 241.73 | 0.82 | 0.33 |
| Hex | 13 | F | 9A | 58 | 5A | 0 | 28 | F2 | 52 | 21 |
| Octal | 23 | 17 | 232 | 130 | 132 | 0 | 50 | 362 | 122 | 41 |
| Binary | 10011 | 1111 | 10011010 | 1011000 | 1011010 | 0 | 101000 | 11110010 | 1010010 | 100001 |
Color Harmonies of #130F9A
Complementary color
Monochromatic Colors of #130F9A
Black with #130F9A
Text Example
Text Example
White with #130F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F9A; }
p { color: rgb(19,15,154); }
H1.HeaderClassName
{
color: #130F9A;
}
.AnyTagClassName
{
color: #130F9A;
}
</style>
background-color css
<style>
a { background-color: #130F9A; }
a { background-color: rgb(19,15,154); }
div.DivClassName
{
background-color: #130F9A;
}
.BgClassName
{
background-color: #130F9A;
}
</style>
border-color css
<style>
span { border-color: #130F9A; }
span { border-color: rgb(19,15,154); }
td.TdClassName
{
border-color: #130F9A;
}
.TagClassName
{
border-color: #130F9A;
}
</style>