Shades of Ultramarine #1E02A8
Tints of Ultramarine #1E02A8
RGB
CMYK
RGB Variations
Color information
#1E02A8 (or 0x1E02A8) is known color: Ultramarine. HEX triplet: 1E, 02 and A8. RGB value is (30,2,168). Sum of RGB (Red+Green+Blue) = 30+2+168=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #1E02A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E02A8 is #E1FD57. Grayscale: #1C1C1C. Windows color (decimal): -14810456 or 11010590. OLE color: 11010590.
HSL color Cylindrical-coordinate representation of color #1E02A8: hue angle of 250.12º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02A8 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 2 | 168 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.34 |
| HSL | 250.12º | 0.98% | 0.33% | - |
| HSV(B) | 250.12º | 0.99% | 0.66% | - |
| XYZ | 7.63 | 3.15 | 37.25 | - |
| YUV | 29.3 | 206.28 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 168 | 0.82 | 0.99 | 0 | 0.34 | 250.12 | 0.98 | 0.33 |
| Hex | 1E | 2 | A8 | 52 | 63 | 0 | 22 | FA | 62 | 21 |
| Octal | 36 | 2 | 250 | 122 | 143 | 0 | 42 | 372 | 142 | 41 |
| Binary | 11110 | 10 | 10101000 | 1010010 | 1100011 | 0 | 100010 | 11111010 | 1100010 | 100001 |
Color Harmonies of #1E02A8
Complementary color
Monochromatic Colors of #1E02A8
Black with #1E02A8
Text Example
Text Example
White with #1E02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E02A8; }
p { color: rgb(30,2,168); }
H1.HeaderClassName
{
color: #1E02A8;
}
.AnyTagClassName
{
color: #1E02A8;
}
</style>
background-color css
<style>
a { background-color: #1E02A8; }
a { background-color: rgb(30,2,168); }
div.DivClassName
{
background-color: #1E02A8;
}
.BgClassName
{
background-color: #1E02A8;
}
</style>
border-color css
<style>
span { border-color: #1E02A8; }
span { border-color: rgb(30,2,168); }
td.TdClassName
{
border-color: #1E02A8;
}
.TagClassName
{
border-color: #1E02A8;
}
</style>