Shades of Ultramarine #3013AB
Tints of Ultramarine #3013AB
RGB
CMYK
RGB Variations
Color information
#3013AB (or 0x3013AB) is known color: Ultramarine. HEX triplet: 30, 13 and AB. RGB value is (48,19,171). Sum of RGB (Red+Green+Blue) = 48+19+171=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #3013AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3013AB is #CFEC54. Grayscale: #2C2C2C. Windows color (decimal): -13626453 or 11211568. OLE color: 11211568.
HSL color Cylindrical-coordinate representation of color #3013AB: hue angle of 251.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3013AB is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 19 | 171 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.33 |
| HSL | 251.45º | 0.8% | 0.37% | - |
| HSV(B) | 251.45º | 0.89% | 0.67% | - |
| XYZ | 8.8 | 4.03 | 38.84 | - |
| YUV | 45 | 199.11 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 171 | 0.72 | 0.89 | 0 | 0.33 | 251.45 | 0.8 | 0.37 |
| Hex | 30 | 13 | AB | 48 | 59 | 0 | 21 | FB | 50 | 25 |
| Octal | 60 | 23 | 253 | 110 | 131 | 0 | 41 | 373 | 120 | 45 |
| Binary | 110000 | 10011 | 10101011 | 1001000 | 1011001 | 0 | 100001 | 11111011 | 1010000 | 100101 |
Color Harmonies of #3013AB
Complementary color
Monochromatic Colors of #3013AB
Black with #3013AB
Text Example
Text Example
White with #3013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3013AB; }
p { color: rgb(48,19,171); }
H1.HeaderClassName
{
color: #3013AB;
}
.AnyTagClassName
{
color: #3013AB;
}
</style>
background-color css
<style>
a { background-color: #3013AB; }
a { background-color: rgb(48,19,171); }
div.DivClassName
{
background-color: #3013AB;
}
.BgClassName
{
background-color: #3013AB;
}
</style>
border-color css
<style>
span { border-color: #3013AB; }
span { border-color: rgb(48,19,171); }
td.TdClassName
{
border-color: #3013AB;
}
.TagClassName
{
border-color: #3013AB;
}
</style>