Shades of Ultramarine #1E089B
Tints of Ultramarine #1E089B
RGB
CMYK
RGB Variations
Color information
#1E089B (or 0x1E089B) is known color: Ultramarine. HEX triplet: 1E, 08 and 9B. RGB value is (30,8,155). Sum of RGB (Red+Green+Blue) = 30+8+155=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E089B is #E1F764. Grayscale: #1E1E1E. Windows color (decimal): -14808933 or 10160158. OLE color: 10160158.
HSL color Cylindrical-coordinate representation of color #1E089B: hue angle of 248.98º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E089B is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 8 | 155 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.39 |
| HSL | 248.98º | 0.9% | 0.32% | - |
| HSV(B) | 248.98º | 0.95% | 0.61% | - |
| XYZ | 6.54 | 2.82 | 31.21 | - |
| YUV | 31.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 155 | 0.81 | 0.95 | 0 | 0.39 | 248.98 | 0.9 | 0.32 |
| Hex | 1E | 8 | 9B | 51 | 5F | 0 | 27 | F9 | 5A | 20 |
| Octal | 36 | 10 | 233 | 121 | 137 | 0 | 47 | 371 | 132 | 40 |
| Binary | 11110 | 1000 | 10011011 | 1010001 | 1011111 | 0 | 100111 | 11111001 | 1011010 | 100000 |
Color Harmonies of #1E089B
Complementary color
Monochromatic Colors of #1E089B
Black with #1E089B
Text Example
Text Example
White with #1E089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E089B; }
p { color: rgb(30,8,155); }
H1.HeaderClassName
{
color: #1E089B;
}
.AnyTagClassName
{
color: #1E089B;
}
</style>
background-color css
<style>
a { background-color: #1E089B; }
a { background-color: rgb(30,8,155); }
div.DivClassName
{
background-color: #1E089B;
}
.BgClassName
{
background-color: #1E089B;
}
</style>
border-color css
<style>
span { border-color: #1E089B; }
span { border-color: rgb(30,8,155); }
td.TdClassName
{
border-color: #1E089B;
}
.TagClassName
{
border-color: #1E089B;
}
</style>