Shades of Ultramarine #13069D
Tints of Ultramarine #13069D
RGB
CMYK
RGB Variations
Color information
#13069D (or 0x13069D) is known color: Ultramarine. HEX triplet: 13, 06 and 9D. RGB value is (19,6,157). Sum of RGB (Red+Green+Blue) = 19+6+157=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #13069D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13069D is #ECF962. Grayscale: #1A1A1A. Windows color (decimal): -15530339 or 10290707. OLE color: 10290707.
HSL color Cylindrical-coordinate representation of color #13069D: hue angle of 245.17º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13069D is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 6 | 157 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.38 |
| HSL | 245.17º | 0.93% | 0.32% | - |
| HSV(B) | 245.17º | 0.96% | 0.62% | - |
| XYZ | 6.42 | 2.7 | 32.08 | - |
| YUV | 27.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 157 | 0.88 | 0.96 | 0 | 0.38 | 245.17 | 0.93 | 0.32 |
| Hex | 13 | 6 | 9D | 58 | 60 | 0 | 26 | F5 | 5D | 20 |
| Octal | 23 | 6 | 235 | 130 | 140 | 0 | 46 | 365 | 135 | 40 |
| Binary | 10011 | 110 | 10011101 | 1011000 | 1100000 | 0 | 100110 | 11110101 | 1011101 | 100000 |
Color Harmonies of #13069D
Complementary color
Monochromatic Colors of #13069D
Black with #13069D
Text Example
Text Example
White with #13069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13069D; }
p { color: rgb(19,6,157); }
H1.HeaderClassName
{
color: #13069D;
}
.AnyTagClassName
{
color: #13069D;
}
</style>
background-color css
<style>
a { background-color: #13069D; }
a { background-color: rgb(19,6,157); }
div.DivClassName
{
background-color: #13069D;
}
.BgClassName
{
background-color: #13069D;
}
</style>
border-color css
<style>
span { border-color: #13069D; }
span { border-color: rgb(19,6,157); }
td.TdClassName
{
border-color: #13069D;
}
.TagClassName
{
border-color: #13069D;
}
</style>