Shades of Ultramarine #13017F
Tints of Ultramarine #13017F
RGB
CMYK
RGB Variations
Color information
#13017F (or 0x13017F) is known color: Ultramarine. HEX triplet: 13, 01 and 7F. RGB value is (19,1,127). Sum of RGB (Red+Green+Blue) = 19+1+127=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #13017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13017F is #ECFE80. Grayscale: #141414. Windows color (decimal): -15531649 or 8323347. OLE color: 8323347.
HSL color Cylindrical-coordinate representation of color #13017F: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13017F is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 1 | 127 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.50 |
| HSL | 248.57º | 0.98% | 0.25% | - |
| HSV(B) | 248.57º | 0.99% | 0.5% | - |
| XYZ | 4.11 | 1.69 | 20.19 | - |
| YUV | 20.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 127 | 0.85 | 0.99 | 0 | 0.50 | 248.57 | 0.98 | 0.25 |
| Hex | 13 | 1 | 7F | 55 | 63 | 0 | 32 | F9 | 62 | 19 |
| Octal | 23 | 1 | 177 | 125 | 143 | 0 | 62 | 371 | 142 | 31 |
| Binary | 10011 | 1 | 1111111 | 1010101 | 1100011 | 0 | 110010 | 11111001 | 1100010 | 11001 |
Color Harmonies of #13017F
Complementary color
Monochromatic Colors of #13017F
Black with #13017F
Text Example
Text Example
White with #13017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13017F; }
p { color: rgb(19,1,127); }
H1.HeaderClassName
{
color: #13017F;
}
.AnyTagClassName
{
color: #13017F;
}
</style>
background-color css
<style>
a { background-color: #13017F; }
a { background-color: rgb(19,1,127); }
div.DivClassName
{
background-color: #13017F;
}
.BgClassName
{
background-color: #13017F;
}
</style>
border-color css
<style>
span { border-color: #13017F; }
span { border-color: rgb(19,1,127); }
td.TdClassName
{
border-color: #13017F;
}
.TagClassName
{
border-color: #13017F;
}
</style>