Shades of Ultramarine #301AAD
Tints of Ultramarine #301AAD
RGB
CMYK
RGB Variations
Color information
#301AAD (or 0x301AAD) is known color: Ultramarine. HEX triplet: 30, 1A and AD. RGB value is (48,26,173). Sum of RGB (Red+Green+Blue) = 48+26+173=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #301AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301AAD is #CFE552. Grayscale: #303030. Windows color (decimal): -13624659 or 11344432. OLE color: 11344432.
HSL color Cylindrical-coordinate representation of color #301AAD: hue angle of 248.98º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301AAD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 26 | 173 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.32 |
| HSL | 248.98º | 0.74% | 0.39% | - |
| HSV(B) | 248.98º | 0.85% | 0.68% | - |
| XYZ | 9.13 | 4.38 | 39.9 | - |
| YUV | 49.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 173 | 0.72 | 0.85 | 0 | 0.32 | 248.98 | 0.74 | 0.39 |
| Hex | 30 | 1A | AD | 48 | 55 | 0 | 20 | F9 | 4A | 27 |
| Octal | 60 | 32 | 255 | 110 | 125 | 0 | 40 | 371 | 112 | 47 |
| Binary | 110000 | 11010 | 10101101 | 1001000 | 1010101 | 0 | 100000 | 11111001 | 1001010 | 100111 |
Color Harmonies of #301AAD
Complementary color
Monochromatic Colors of #301AAD
Black with #301AAD
Text Example
Text Example
White with #301AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301AAD; }
p { color: rgb(48,26,173); }
H1.HeaderClassName
{
color: #301AAD;
}
.AnyTagClassName
{
color: #301AAD;
}
</style>
background-color css
<style>
a { background-color: #301AAD; }
a { background-color: rgb(48,26,173); }
div.DivClassName
{
background-color: #301AAD;
}
.BgClassName
{
background-color: #301AAD;
}
</style>
border-color css
<style>
span { border-color: #301AAD; }
span { border-color: rgb(48,26,173); }
td.TdClassName
{
border-color: #301AAD;
}
.TagClassName
{
border-color: #301AAD;
}
</style>