Shades of Ultramarine #1E01AD
Tints of Ultramarine #1E01AD
RGB
CMYK
RGB Variations
Color information
#1E01AD (or 0x1E01AD) is known color: Ultramarine. HEX triplet: 1E, 01 and AD. RGB value is (30,1,173). Sum of RGB (Red+Green+Blue) = 30+1+173=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E01AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E01AD is #E1FE52. Grayscale: #1C1C1C. Windows color (decimal): -14810707 or 11338014. OLE color: 11338014.
HSL color Cylindrical-coordinate representation of color #1E01AD: hue angle of 250.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01AD is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 1 | 173 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.32 |
| HSL | 250.12º | 0.99% | 0.34% | - |
| HSV(B) | 250.12º | 0.99% | 0.68% | - |
| XYZ | 8.09 | 3.31 | 39.75 | - |
| YUV | 29.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 173 | 0.83 | 0.99 | 0 | 0.32 | 250.12 | 0.99 | 0.34 |
| Hex | 1E | 1 | AD | 53 | 63 | 0 | 20 | FA | 63 | 22 |
| Octal | 36 | 1 | 255 | 123 | 143 | 0 | 40 | 372 | 143 | 42 |
| Binary | 11110 | 1 | 10101101 | 1010011 | 1100011 | 0 | 100000 | 11111010 | 1100011 | 100010 |
Color Harmonies of #1E01AD
Complementary color
Monochromatic Colors of #1E01AD
Black with #1E01AD
Text Example
Text Example
White with #1E01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E01AD; }
p { color: rgb(30,1,173); }
H1.HeaderClassName
{
color: #1E01AD;
}
.AnyTagClassName
{
color: #1E01AD;
}
</style>
background-color css
<style>
a { background-color: #1E01AD; }
a { background-color: rgb(30,1,173); }
div.DivClassName
{
background-color: #1E01AD;
}
.BgClassName
{
background-color: #1E01AD;
}
</style>
border-color css
<style>
span { border-color: #1E01AD; }
span { border-color: rgb(30,1,173); }
td.TdClassName
{
border-color: #1E01AD;
}
.TagClassName
{
border-color: #1E01AD;
}
</style>