Shades of Ultramarine #1E00AB
Tints of Ultramarine #1E00AB
RGB
CMYK
RGB Variations
Color information
#1E00AB (or 0x1E00AB) is known color: Ultramarine. HEX triplet: 1E, 00 and AB. RGB value is (30,0,171). Sum of RGB (Red+Green+Blue) = 30+0+171=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E00AB is #E1FF54. Grayscale: #1B1B1B. Windows color (decimal): -14810965 or 11206686. OLE color: 11206686.
HSL color Cylindrical-coordinate representation of color #1E00AB: hue angle of 250.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00AB is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 0 | 171 | - |
| CMYK | 0.82 | 1 | 0 | 0.33 |
| HSL | 250.53º | 1% | 0.34% | - |
| HSV(B) | 250.53º | 1% | 0.67% | - |
| XYZ | 7.89 | 3.22 | 38.73 | - |
| YUV | 28.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 171 | 0.82 | 1 | 0 | 0.33 | 250.53 | 1 | 0.34 |
| Hex | 1E | 0 | AB | 52 | 64 | 0 | 21 | FB | 64 | 22 |
| Octal | 36 | 0 | 253 | 122 | 144 | 0 | 41 | 373 | 144 | 42 |
| Binary | 11110 | 0 | 10101011 | 1010010 | 1100100 | 0 | 100001 | 11111011 | 1100100 | 100010 |
Color Harmonies of #1E00AB
Complementary color
Monochromatic Colors of #1E00AB
Black with #1E00AB
Text Example
Text Example
White with #1E00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00AB; }
p { color: rgb(30,0,171); }
H1.HeaderClassName
{
color: #1E00AB;
}
.AnyTagClassName
{
color: #1E00AB;
}
</style>
background-color css
<style>
a { background-color: #1E00AB; }
a { background-color: rgb(30,0,171); }
div.DivClassName
{
background-color: #1E00AB;
}
.BgClassName
{
background-color: #1E00AB;
}
</style>
border-color css
<style>
span { border-color: #1E00AB; }
span { border-color: rgb(30,0,171); }
td.TdClassName
{
border-color: #1E00AB;
}
.TagClassName
{
border-color: #1E00AB;
}
</style>