Shades of Ultramarine #13098B
Tints of Ultramarine #13098B
RGB
CMYK
RGB Variations
Color information
#13098B (or 0x13098B) is known color: Ultramarine. HEX triplet: 13, 09 and 8B. RGB value is (19,9,139). Sum of RGB (Red+Green+Blue) = 19+9+139=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #13098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13098B is #ECF674. Grayscale: #1A1A1A. Windows color (decimal): -15529589 or 9111827. OLE color: 9111827.
HSL color Cylindrical-coordinate representation of color #13098B: hue angle of 244.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13098B is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 9 | 139 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.45 |
| HSL | 244.62º | 0.88% | 0.29% | - |
| HSV(B) | 244.62º | 0.94% | 0.55% | - |
| XYZ | 5.03 | 2.2 | 24.59 | - |
| YUV | 26.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 139 | 0.86 | 0.94 | 0 | 0.45 | 244.62 | 0.88 | 0.29 |
| Hex | 13 | 9 | 8B | 56 | 5E | 0 | 2D | F5 | 58 | 1D |
| Octal | 23 | 11 | 213 | 126 | 136 | 0 | 55 | 365 | 130 | 35 |
| Binary | 10011 | 1001 | 10001011 | 1010110 | 1011110 | 0 | 101101 | 11110101 | 1011000 | 11101 |
Color Harmonies of #13098B
Complementary color
Monochromatic Colors of #13098B
Black with #13098B
Text Example
Text Example
White with #13098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13098B; }
p { color: rgb(19,9,139); }
H1.HeaderClassName
{
color: #13098B;
}
.AnyTagClassName
{
color: #13098B;
}
</style>
background-color css
<style>
a { background-color: #13098B; }
a { background-color: rgb(19,9,139); }
div.DivClassName
{
background-color: #13098B;
}
.BgClassName
{
background-color: #13098B;
}
</style>
border-color css
<style>
span { border-color: #13098B; }
span { border-color: rgb(19,9,139); }
td.TdClassName
{
border-color: #13098B;
}
.TagClassName
{
border-color: #13098B;
}
</style>