Shades of Ultramarine #13017C
Tints of Ultramarine #13017C
RGB
CMYK
RGB Variations
Color information
#13017C (or 0x13017C) is known color: Ultramarine. HEX triplet: 13, 01 and 7C. RGB value is (19,1,124). Sum of RGB (Red+Green+Blue) = 19+1+124=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #13017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13017C is #ECFE83. Grayscale: #131313. Windows color (decimal): -15531652 or 8126739. OLE color: 8126739.
HSL color Cylindrical-coordinate representation of color #13017C: hue angle of 248.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13017C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 1 | 124 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.51 |
| HSL | 248.78º | 0.98% | 0.25% | - |
| HSV(B) | 248.78º | 0.99% | 0.49% | - |
| XYZ | 3.92 | 1.62 | 19.17 | - |
| YUV | 20.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 124 | 0.85 | 0.99 | 0 | 0.51 | 248.78 | 0.98 | 0.25 |
| Hex | 13 | 1 | 7C | 55 | 63 | 0 | 33 | F9 | 62 | 19 |
| Octal | 23 | 1 | 174 | 125 | 143 | 0 | 63 | 371 | 142 | 31 |
| Binary | 10011 | 1 | 1111100 | 1010101 | 1100011 | 0 | 110011 | 11111001 | 1100010 | 11001 |
Color Harmonies of #13017C
Complementary color
Monochromatic Colors of #13017C
Black with #13017C
Text Example
Text Example
White with #13017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13017C; }
p { color: rgb(19,1,124); }
H1.HeaderClassName
{
color: #13017C;
}
.AnyTagClassName
{
color: #13017C;
}
</style>
background-color css
<style>
a { background-color: #13017C; }
a { background-color: rgb(19,1,124); }
div.DivClassName
{
background-color: #13017C;
}
.BgClassName
{
background-color: #13017C;
}
</style>
border-color css
<style>
span { border-color: #13017C; }
span { border-color: rgb(19,1,124); }
td.TdClassName
{
border-color: #13017C;
}
.TagClassName
{
border-color: #13017C;
}
</style>