Shades of Ultramarine #130D8D
Tints of Ultramarine #130D8D
RGB
CMYK
RGB Variations
Color information
#130D8D (or 0x130D8D) is known color: Ultramarine. HEX triplet: 13, 0D and 8D. RGB value is (19,13,141). Sum of RGB (Red+Green+Blue) = 19+13+141=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #130D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D8D is #ECF272. Grayscale: #1C1C1C. Windows color (decimal): -15528563 or 9243923. OLE color: 9243923.
HSL color Cylindrical-coordinate representation of color #130D8D: hue angle of 242.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130D8D is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 13 | 141 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.45 |
| HSL | 242.81º | 0.83% | 0.3% | - |
| HSV(B) | 242.81º | 0.91% | 0.55% | - |
| XYZ | 5.22 | 2.35 | 25.38 | - |
| YUV | 29.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 141 | 0.87 | 0.91 | 0 | 0.45 | 242.81 | 0.83 | 0.3 |
| Hex | 13 | D | 8D | 57 | 5B | 0 | 2D | F3 | 53 | 1E |
| Octal | 23 | 15 | 215 | 127 | 133 | 0 | 55 | 363 | 123 | 36 |
| Binary | 10011 | 1101 | 10001101 | 1010111 | 1011011 | 0 | 101101 | 11110011 | 1010011 | 11110 |
Color Harmonies of #130D8D
Complementary color
Monochromatic Colors of #130D8D
Black with #130D8D
Text Example
Text Example
White with #130D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D8D; }
p { color: rgb(19,13,141); }
H1.HeaderClassName
{
color: #130D8D;
}
.AnyTagClassName
{
color: #130D8D;
}
</style>
background-color css
<style>
a { background-color: #130D8D; }
a { background-color: rgb(19,13,141); }
div.DivClassName
{
background-color: #130D8D;
}
.BgClassName
{
background-color: #130D8D;
}
</style>
border-color css
<style>
span { border-color: #130D8D; }
span { border-color: rgb(19,13,141); }
td.TdClassName
{
border-color: #130D8D;
}
.TagClassName
{
border-color: #130D8D;
}
</style>