Shades of Ultramarine #1E08AB
Tints of Ultramarine #1E08AB
RGB
CMYK
RGB Variations
Color information
#1E08AB (or 0x1E08AB) is known color: Ultramarine. HEX triplet: 1E, 08 and AB. RGB value is (30,8,171). Sum of RGB (Red+Green+Blue) = 30+8+171=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E08AB is #E1F754. Grayscale: #202020. Windows color (decimal): -14808917 or 11208734. OLE color: 11208734.
HSL color Cylindrical-coordinate representation of color #1E08AB: hue angle of 248.1º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E08AB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 8 | 171 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.33 |
| HSL | 248.1º | 0.91% | 0.35% | - |
| HSV(B) | 248.1º | 0.95% | 0.67% | - |
| XYZ | 7.97 | 3.39 | 38.76 | - |
| YUV | 33.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 171 | 0.82 | 0.95 | 0 | 0.33 | 248.1 | 0.91 | 0.35 |
| Hex | 1E | 8 | AB | 52 | 5F | 0 | 21 | F8 | 5B | 23 |
| Octal | 36 | 10 | 253 | 122 | 137 | 0 | 41 | 370 | 133 | 43 |
| Binary | 11110 | 1000 | 10101011 | 1010010 | 1011111 | 0 | 100001 | 11111000 | 1011011 | 100011 |
Color Harmonies of #1E08AB
Complementary color
Monochromatic Colors of #1E08AB
Black with #1E08AB
Text Example
Text Example
White with #1E08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E08AB; }
p { color: rgb(30,8,171); }
H1.HeaderClassName
{
color: #1E08AB;
}
.AnyTagClassName
{
color: #1E08AB;
}
</style>
background-color css
<style>
a { background-color: #1E08AB; }
a { background-color: rgb(30,8,171); }
div.DivClassName
{
background-color: #1E08AB;
}
.BgClassName
{
background-color: #1E08AB;
}
</style>
border-color css
<style>
span { border-color: #1E08AB; }
span { border-color: rgb(30,8,171); }
td.TdClassName
{
border-color: #1E08AB;
}
.TagClassName
{
border-color: #1E08AB;
}
</style>