Shades of Ultramarine #3018AD
Tints of Ultramarine #3018AD
RGB
CMYK
RGB Variations
Color information
#3018AD (or 0x3018AD) is known color: Ultramarine. HEX triplet: 30, 18 and AD. RGB value is (48,24,173). Sum of RGB (Red+Green+Blue) = 48+24+173=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #3018AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3018AD is #CFE752. Grayscale: #2F2F2F. Windows color (decimal): -13625171 or 11343920. OLE color: 11343920.
HSL color Cylindrical-coordinate representation of color #3018AD: hue angle of 249.66º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3018AD is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 24 | 173 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.32 |
| HSL | 249.66º | 0.76% | 0.39% | - |
| HSV(B) | 249.66º | 0.86% | 0.68% | - |
| XYZ | 9.09 | 4.3 | 39.89 | - |
| YUV | 48.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 173 | 0.72 | 0.86 | 0 | 0.32 | 249.66 | 0.76 | 0.39 |
| Hex | 30 | 18 | AD | 48 | 56 | 0 | 20 | FA | 4C | 27 |
| Octal | 60 | 30 | 255 | 110 | 126 | 0 | 40 | 372 | 114 | 47 |
| Binary | 110000 | 11000 | 10101101 | 1001000 | 1010110 | 0 | 100000 | 11111010 | 1001100 | 100111 |
Color Harmonies of #3018AD
Complementary color
Monochromatic Colors of #3018AD
Black with #3018AD
Text Example
Text Example
White with #3018AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3018AD; }
p { color: rgb(48,24,173); }
H1.HeaderClassName
{
color: #3018AD;
}
.AnyTagClassName
{
color: #3018AD;
}
</style>
background-color css
<style>
a { background-color: #3018AD; }
a { background-color: rgb(48,24,173); }
div.DivClassName
{
background-color: #3018AD;
}
.BgClassName
{
background-color: #3018AD;
}
</style>
border-color css
<style>
span { border-color: #3018AD; }
span { border-color: rgb(48,24,173); }
td.TdClassName
{
border-color: #3018AD;
}
.TagClassName
{
border-color: #3018AD;
}
</style>