Shades of Ultramarine #1E02AC
Tints of Ultramarine #1E02AC
RGB
CMYK
RGB Variations
Color information
#1E02AC (or 0x1E02AC) is known color: Ultramarine. HEX triplet: 1E, 02 and AC. RGB value is (30,2,172). Sum of RGB (Red+Green+Blue) = 30+2+172=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E02AC is #E1FD53. Grayscale: #1D1D1D. Windows color (decimal): -14810452 or 11272734. OLE color: 11272734.
HSL color Cylindrical-coordinate representation of color #1E02AC: hue angle of 249.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02AC is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 2 | 172 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.33 |
| HSL | 249.88º | 0.98% | 0.34% | - |
| HSV(B) | 249.88º | 0.99% | 0.67% | - |
| XYZ | 8 | 3.3 | 39.24 | - |
| YUV | 29.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 172 | 0.83 | 0.99 | 0 | 0.33 | 249.88 | 0.98 | 0.34 |
| Hex | 1E | 2 | AC | 53 | 63 | 0 | 21 | FA | 62 | 22 |
| Octal | 36 | 2 | 254 | 123 | 143 | 0 | 41 | 372 | 142 | 42 |
| Binary | 11110 | 10 | 10101100 | 1010011 | 1100011 | 0 | 100001 | 11111010 | 1100010 | 100010 |
Color Harmonies of #1E02AC
Complementary color
Monochromatic Colors of #1E02AC
Black with #1E02AC
Text Example
Text Example
White with #1E02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E02AC; }
p { color: rgb(30,2,172); }
H1.HeaderClassName
{
color: #1E02AC;
}
.AnyTagClassName
{
color: #1E02AC;
}
</style>
background-color css
<style>
a { background-color: #1E02AC; }
a { background-color: rgb(30,2,172); }
div.DivClassName
{
background-color: #1E02AC;
}
.BgClassName
{
background-color: #1E02AC;
}
</style>
border-color css
<style>
span { border-color: #1E02AC; }
span { border-color: rgb(30,2,172); }
td.TdClassName
{
border-color: #1E02AC;
}
.TagClassName
{
border-color: #1E02AC;
}
</style>