Shades of Ultramarine #13038F
Tints of Ultramarine #13038F
RGB
CMYK
RGB Variations
Color information
#13038F (or 0x13038F) is known color: Ultramarine. HEX triplet: 13, 03 and 8F. RGB value is (19,3,143). Sum of RGB (Red+Green+Blue) = 19+3+143=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 143 (56.25% from 255 or 86.67% from 165); Max value from RGB is 143 - color contains mainly: blue. Hex color #13038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13038F is #ECFC70. Grayscale: #171717. Windows color (decimal): -15531121 or 9372435. OLE color: 9372435.
HSL color Cylindrical-coordinate representation of color #13038F: hue angle of 246.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13038F is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 3 | 143 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.44 |
| HSL | 246.86º | 0.96% | 0.29% | - |
| HSV(B) | 246.86º | 0.98% | 0.56% | - |
| XYZ | 5.26 | 2.19 | 26.13 | - |
| YUV | 23.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 143 | 0.87 | 0.98 | 0 | 0.44 | 246.86 | 0.96 | 0.29 |
| Hex | 13 | 3 | 8F | 57 | 62 | 0 | 2C | F7 | 60 | 1D |
| Octal | 23 | 3 | 217 | 127 | 142 | 0 | 54 | 367 | 140 | 35 |
| Binary | 10011 | 11 | 10001111 | 1010111 | 1100010 | 0 | 101100 | 11110111 | 1100000 | 11101 |
Color Harmonies of #13038F
Complementary color
Monochromatic Colors of #13038F
Black with #13038F
Text Example
Text Example
White with #13038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13038F; }
p { color: rgb(19,3,143); }
H1.HeaderClassName
{
color: #13038F;
}
.AnyTagClassName
{
color: #13038F;
}
</style>
background-color css
<style>
a { background-color: #13038F; }
a { background-color: rgb(19,3,143); }
div.DivClassName
{
background-color: #13038F;
}
.BgClassName
{
background-color: #13038F;
}
</style>
border-color css
<style>
span { border-color: #13038F; }
span { border-color: rgb(19,3,143); }
td.TdClassName
{
border-color: #13038F;
}
.TagClassName
{
border-color: #13038F;
}
</style>