Shades of Ultramarine #13149B
Tints of Ultramarine #13149B
RGB
CMYK
RGB Variations
Color information
#13149B (or 0x13149B) is known color: Ultramarine. HEX triplet: 13, 14 and 9B. RGB value is (19,20,155). Sum of RGB (Red+Green+Blue) = 19+20+155=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #13149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13149B is #ECEB64. Grayscale: #222222. Windows color (decimal): -15526757 or 10163219. OLE color: 10163219.
HSL color Cylindrical-coordinate representation of color #13149B: hue angle of 239.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13149B is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 20 | 155 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.39 |
| HSL | 239.56º | 0.78% | 0.34% | - |
| HSV(B) | 239.56º | 0.88% | 0.61% | - |
| XYZ | 6.44 | 3.01 | 31.25 | - |
| YUV | 35.09 | 195.67 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 155 | 0.88 | 0.87 | 0 | 0.39 | 239.56 | 0.78 | 0.34 |
| Hex | 13 | 14 | 9B | 58 | 57 | 0 | 27 | F0 | 4E | 22 |
| Octal | 23 | 24 | 233 | 130 | 127 | 0 | 47 | 360 | 116 | 42 |
| Binary | 10011 | 10100 | 10011011 | 1011000 | 1010111 | 0 | 100111 | 11110000 | 1001110 | 100010 |
Color Harmonies of #13149B
Complementary color
Monochromatic Colors of #13149B
Black with #13149B
Text Example
Text Example
White with #13149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13149B; }
p { color: rgb(19,20,155); }
H1.HeaderClassName
{
color: #13149B;
}
.AnyTagClassName
{
color: #13149B;
}
</style>
background-color css
<style>
a { background-color: #13149B; }
a { background-color: rgb(19,20,155); }
div.DivClassName
{
background-color: #13149B;
}
.BgClassName
{
background-color: #13149B;
}
</style>
border-color css
<style>
span { border-color: #13149B; }
span { border-color: rgb(19,20,155); }
td.TdClassName
{
border-color: #13149B;
}
.TagClassName
{
border-color: #13149B;
}
</style>