Shades of Ultramarine #13097D
Tints of Ultramarine #13097D
RGB
CMYK
RGB Variations
Color information
#13097D (or 0x13097D) is known color: Ultramarine. HEX triplet: 13, 09 and 7D. RGB value is (19,9,125). Sum of RGB (Red+Green+Blue) = 19+9+125=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #13097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13097D is #ECF682. Grayscale: #181818. Windows color (decimal): -15529603 or 8194323. OLE color: 8194323.
HSL color Cylindrical-coordinate representation of color #13097D: hue angle of 245.17º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13097D is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 9 | 125 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.51 |
| HSL | 245.17º | 0.87% | 0.26% | - |
| HSV(B) | 245.17º | 0.93% | 0.49% | - |
| XYZ | 4.07 | 1.81 | 19.54 | - |
| YUV | 25.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 125 | 0.85 | 0.93 | 0 | 0.51 | 245.17 | 0.87 | 0.26 |
| Hex | 13 | 9 | 7D | 55 | 5D | 0 | 33 | F5 | 57 | 1A |
| Octal | 23 | 11 | 175 | 125 | 135 | 0 | 63 | 365 | 127 | 32 |
| Binary | 10011 | 1001 | 1111101 | 1010101 | 1011101 | 0 | 110011 | 11110101 | 1010111 | 11010 |
Color Harmonies of #13097D
Complementary color
Monochromatic Colors of #13097D
Black with #13097D
Text Example
Text Example
White with #13097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13097D; }
p { color: rgb(19,9,125); }
H1.HeaderClassName
{
color: #13097D;
}
.AnyTagClassName
{
color: #13097D;
}
</style>
background-color css
<style>
a { background-color: #13097D; }
a { background-color: rgb(19,9,125); }
div.DivClassName
{
background-color: #13097D;
}
.BgClassName
{
background-color: #13097D;
}
</style>
border-color css
<style>
span { border-color: #13097D; }
span { border-color: rgb(19,9,125); }
td.TdClassName
{
border-color: #13097D;
}
.TagClassName
{
border-color: #13097D;
}
</style>