Shades of Ultramarine #13088F
Tints of Ultramarine #13088F
RGB
CMYK
RGB Variations
Color information
#13088F (or 0x13088F) is known color: Ultramarine. HEX triplet: 13, 08 and 8F. RGB value is (19,8,143). Sum of RGB (Red+Green+Blue) = 19+8+143=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 143 (56.25% from 255 or 84.12% from 170); Max value from RGB is 143 - color contains mainly: blue. Hex color #13088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13088F is #ECF770. Grayscale: #1A1A1A. Windows color (decimal): -15529841 or 9373715. OLE color: 9373715.
HSL color Cylindrical-coordinate representation of color #13088F: hue angle of 244.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13088F is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 8 | 143 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.44 |
| HSL | 244.89º | 0.89% | 0.3% | - |
| HSV(B) | 244.89º | 0.94% | 0.56% | - |
| XYZ | 5.31 | 2.3 | 26.15 | - |
| YUV | 26.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 143 | 0.87 | 0.94 | 0 | 0.44 | 244.89 | 0.89 | 0.3 |
| Hex | 13 | 8 | 8F | 57 | 5E | 0 | 2C | F5 | 59 | 1E |
| Octal | 23 | 10 | 217 | 127 | 136 | 0 | 54 | 365 | 131 | 36 |
| Binary | 10011 | 1000 | 10001111 | 1010111 | 1011110 | 0 | 101100 | 11110101 | 1011001 | 11110 |
Color Harmonies of #13088F
Complementary color
Monochromatic Colors of #13088F
Black with #13088F
Text Example
Text Example
White with #13088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13088F; }
p { color: rgb(19,8,143); }
H1.HeaderClassName
{
color: #13088F;
}
.AnyTagClassName
{
color: #13088F;
}
</style>
background-color css
<style>
a { background-color: #13088F; }
a { background-color: rgb(19,8,143); }
div.DivClassName
{
background-color: #13088F;
}
.BgClassName
{
background-color: #13088F;
}
</style>
border-color css
<style>
span { border-color: #13088F; }
span { border-color: rgb(19,8,143); }
td.TdClassName
{
border-color: #13088F;
}
.TagClassName
{
border-color: #13088F;
}
</style>