Shades of Ultramarine #13069B
Tints of Ultramarine #13069B
RGB
CMYK
RGB Variations
Color information
#13069B (or 0x13069B) is known color: Ultramarine. HEX triplet: 13, 06 and 9B. RGB value is (19,6,155). Sum of RGB (Red+Green+Blue) = 19+6+155=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #13069B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13069B is #ECF964. Grayscale: #1A1A1A. Windows color (decimal): -15530341 or 10159635. OLE color: 10159635.
HSL color Cylindrical-coordinate representation of color #13069B: hue angle of 245.23º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13069B is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 6 | 155 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.39 |
| HSL | 245.23º | 0.93% | 0.32% | - |
| HSV(B) | 245.23º | 0.96% | 0.61% | - |
| XYZ | 6.25 | 2.64 | 31.19 | - |
| YUV | 26.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 155 | 0.88 | 0.96 | 0 | 0.39 | 245.23 | 0.93 | 0.32 |
| Hex | 13 | 6 | 9B | 58 | 60 | 0 | 27 | F5 | 5D | 20 |
| Octal | 23 | 6 | 233 | 130 | 140 | 0 | 47 | 365 | 135 | 40 |
| Binary | 10011 | 110 | 10011011 | 1011000 | 1100000 | 0 | 100111 | 11110101 | 1011101 | 100000 |
Color Harmonies of #13069B
Complementary color
Monochromatic Colors of #13069B
Black with #13069B
Text Example
Text Example
White with #13069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13069B; }
p { color: rgb(19,6,155); }
H1.HeaderClassName
{
color: #13069B;
}
.AnyTagClassName
{
color: #13069B;
}
</style>
background-color css
<style>
a { background-color: #13069B; }
a { background-color: rgb(19,6,155); }
div.DivClassName
{
background-color: #13069B;
}
.BgClassName
{
background-color: #13069B;
}
</style>
border-color css
<style>
span { border-color: #13069B; }
span { border-color: rgb(19,6,155); }
td.TdClassName
{
border-color: #13069B;
}
.TagClassName
{
border-color: #13069B;
}
</style>