Shades of Ultramarine #13208D
Tints of Ultramarine #13208D
RGB
CMYK
RGB Variations
Color information
#13208D (or 0x13208D) is known color: Ultramarine. HEX triplet: 13, 20 and 8D. RGB value is (19,32,141). Sum of RGB (Red+Green+Blue) = 19+32+141=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #13208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13208D is #ECDF72. Grayscale: #282828. Windows color (decimal): -15523699 or 9248787. OLE color: 9248787.
HSL color Cylindrical-coordinate representation of color #13208D: hue angle of 233.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13208D is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 32 | 141 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.45 |
| HSL | 233.61º | 0.76% | 0.31% | - |
| HSV(B) | 233.61º | 0.87% | 0.55% | - |
| XYZ | 5.59 | 3.09 | 25.5 | - |
| YUV | 40.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 141 | 0.87 | 0.77 | 0 | 0.45 | 233.61 | 0.76 | 0.31 |
| Hex | 13 | 20 | 8D | 57 | 4D | 0 | 2D | EA | 4C | 1F |
| Octal | 23 | 40 | 215 | 127 | 115 | 0 | 55 | 352 | 114 | 37 |
| Binary | 10011 | 100000 | 10001101 | 1010111 | 1001101 | 0 | 101101 | 11101010 | 1001100 | 11111 |
Color Harmonies of #13208D
Complementary color
Monochromatic Colors of #13208D
Black with #13208D
Text Example
Text Example
White with #13208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13208D; }
p { color: rgb(19,32,141); }
H1.HeaderClassName
{
color: #13208D;
}
.AnyTagClassName
{
color: #13208D;
}
</style>
background-color css
<style>
a { background-color: #13208D; }
a { background-color: rgb(19,32,141); }
div.DivClassName
{
background-color: #13208D;
}
.BgClassName
{
background-color: #13208D;
}
</style>
border-color css
<style>
span { border-color: #13208D; }
span { border-color: rgb(19,32,141); }
td.TdClassName
{
border-color: #13208D;
}
.TagClassName
{
border-color: #13208D;
}
</style>