Shades of Ultramarine #13067D
Tints of Ultramarine #13067D
RGB
CMYK
RGB Variations
Color information
#13067D (or 0x13067D) is known color: Ultramarine. HEX triplet: 13, 06 and 7D. RGB value is (19,6,125). Sum of RGB (Red+Green+Blue) = 19+6+125=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #13067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13067D is #ECF982. Grayscale: #161616. Windows color (decimal): -15530371 or 8193555. OLE color: 8193555.
HSL color Cylindrical-coordinate representation of color #13067D: hue angle of 246.55º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13067D is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 6 | 125 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.51 |
| HSL | 246.55º | 0.91% | 0.26% | - |
| HSV(B) | 246.55º | 0.95% | 0.49% | - |
| XYZ | 4.04 | 1.75 | 19.53 | - |
| YUV | 23.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 125 | 0.85 | 0.95 | 0 | 0.51 | 246.55 | 0.91 | 0.26 |
| Hex | 13 | 6 | 7D | 55 | 5F | 0 | 33 | F7 | 5B | 1A |
| Octal | 23 | 6 | 175 | 125 | 137 | 0 | 63 | 367 | 133 | 32 |
| Binary | 10011 | 110 | 1111101 | 1010101 | 1011111 | 0 | 110011 | 11110111 | 1011011 | 11010 |
Color Harmonies of #13067D
Complementary color
Monochromatic Colors of #13067D
Black with #13067D
Text Example
Text Example
White with #13067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13067D; }
p { color: rgb(19,6,125); }
H1.HeaderClassName
{
color: #13067D;
}
.AnyTagClassName
{
color: #13067D;
}
</style>
background-color css
<style>
a { background-color: #13067D; }
a { background-color: rgb(19,6,125); }
div.DivClassName
{
background-color: #13067D;
}
.BgClassName
{
background-color: #13067D;
}
</style>
border-color css
<style>
span { border-color: #13067D; }
span { border-color: rgb(19,6,125); }
td.TdClassName
{
border-color: #13067D;
}
.TagClassName
{
border-color: #13067D;
}
</style>