Shades of Ultramarine #13038D
Tints of Ultramarine #13038D
RGB
CMYK
RGB Variations
Color information
#13038D (or 0x13038D) is known color: Ultramarine. HEX triplet: 13, 03 and 8D. RGB value is (19,3,141). Sum of RGB (Red+Green+Blue) = 19+3+141=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #13038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13038D is #ECFC72. Grayscale: #161616. Windows color (decimal): -15531123 or 9241363. OLE color: 9241363.
HSL color Cylindrical-coordinate representation of color #13038D: hue angle of 246.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13038D is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 3 | 141 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.45 |
| HSL | 246.96º | 0.96% | 0.28% | - |
| HSV(B) | 246.96º | 0.98% | 0.55% | - |
| XYZ | 5.11 | 2.13 | 25.34 | - |
| YUV | 23.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 141 | 0.87 | 0.98 | 0 | 0.45 | 246.96 | 0.96 | 0.28 |
| Hex | 13 | 3 | 8D | 57 | 62 | 0 | 2D | F7 | 60 | 1C |
| Octal | 23 | 3 | 215 | 127 | 142 | 0 | 55 | 367 | 140 | 34 |
| Binary | 10011 | 11 | 10001101 | 1010111 | 1100010 | 0 | 101101 | 11110111 | 1100000 | 11100 |
Color Harmonies of #13038D
Complementary color
Monochromatic Colors of #13038D
Black with #13038D
Text Example
Text Example
White with #13038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13038D; }
p { color: rgb(19,3,141); }
H1.HeaderClassName
{
color: #13038D;
}
.AnyTagClassName
{
color: #13038D;
}
</style>
background-color css
<style>
a { background-color: #13038D; }
a { background-color: rgb(19,3,141); }
div.DivClassName
{
background-color: #13038D;
}
.BgClassName
{
background-color: #13038D;
}
</style>
border-color css
<style>
span { border-color: #13038D; }
span { border-color: rgb(19,3,141); }
td.TdClassName
{
border-color: #13038D;
}
.TagClassName
{
border-color: #13038D;
}
</style>