Shades of Ultramarine #13019D
Tints of Ultramarine #13019D
RGB
CMYK
RGB Variations
Color information
#13019D (or 0x13019D) is known color: Ultramarine. HEX triplet: 13, 01 and 9D. RGB value is (19,1,157). Sum of RGB (Red+Green+Blue) = 19+1+157=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 157 (61.72% from 255 or 88.70% from 177); Max value from RGB is 157 - color contains mainly: blue. Hex color #13019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13019D is #ECFE62. Grayscale: #171717. Windows color (decimal): -15531619 or 10289427. OLE color: 10289427.
HSL color Cylindrical-coordinate representation of color #13019D: hue angle of 246.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13019D is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 1 | 157 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.38 |
| HSL | 246.92º | 0.99% | 0.31% | - |
| HSV(B) | 246.92º | 0.99% | 0.62% | - |
| XYZ | 6.37 | 2.59 | 32.06 | - |
| YUV | 24.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 157 | 0.88 | 0.99 | 0 | 0.38 | 246.92 | 0.99 | 0.31 |
| Hex | 13 | 1 | 9D | 58 | 63 | 0 | 26 | F7 | 63 | 1F |
| Octal | 23 | 1 | 235 | 130 | 143 | 0 | 46 | 367 | 143 | 37 |
| Binary | 10011 | 1 | 10011101 | 1011000 | 1100011 | 0 | 100110 | 11110111 | 1100011 | 11111 |
Color Harmonies of #13019D
Complementary color
Monochromatic Colors of #13019D
Black with #13019D
Text Example
Text Example
White with #13019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13019D; }
p { color: rgb(19,1,157); }
H1.HeaderClassName
{
color: #13019D;
}
.AnyTagClassName
{
color: #13019D;
}
</style>
background-color css
<style>
a { background-color: #13019D; }
a { background-color: rgb(19,1,157); }
div.DivClassName
{
background-color: #13019D;
}
.BgClassName
{
background-color: #13019D;
}
</style>
border-color css
<style>
span { border-color: #13019D; }
span { border-color: rgb(19,1,157); }
td.TdClassName
{
border-color: #13019D;
}
.TagClassName
{
border-color: #13019D;
}
</style>