Shades of Ultramarine #1E089E
Tints of Ultramarine #1E089E
RGB
CMYK
RGB Variations
Color information
#1E089E (or 0x1E089E) is known color: Ultramarine. HEX triplet: 1E, 08 and 9E. RGB value is (30,8,158). Sum of RGB (Red+Green+Blue) = 30+8+158=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E089E is #E1F761. Grayscale: #1F1F1F. Windows color (decimal): -14808930 or 10356766. OLE color: 10356766.
HSL color Cylindrical-coordinate representation of color #1E089E: hue angle of 248.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E089E is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 8 | 158 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.38 |
| HSL | 248.8º | 0.9% | 0.33% | - |
| HSV(B) | 248.8º | 0.95% | 0.62% | - |
| XYZ | 6.79 | 2.92 | 32.55 | - |
| YUV | 31.68 | 199.29 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 158 | 0.81 | 0.95 | 0 | 0.38 | 248.8 | 0.9 | 0.33 |
| Hex | 1E | 8 | 9E | 51 | 5F | 0 | 26 | F9 | 5A | 21 |
| Octal | 36 | 10 | 236 | 121 | 137 | 0 | 46 | 371 | 132 | 41 |
| Binary | 11110 | 1000 | 10011110 | 1010001 | 1011111 | 0 | 100110 | 11111001 | 1011010 | 100001 |
Color Harmonies of #1E089E
Complementary color
Monochromatic Colors of #1E089E
Black with #1E089E
Text Example
Text Example
White with #1E089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E089E; }
p { color: rgb(30,8,158); }
H1.HeaderClassName
{
color: #1E089E;
}
.AnyTagClassName
{
color: #1E089E;
}
</style>
background-color css
<style>
a { background-color: #1E089E; }
a { background-color: rgb(30,8,158); }
div.DivClassName
{
background-color: #1E089E;
}
.BgClassName
{
background-color: #1E089E;
}
</style>
border-color css
<style>
span { border-color: #1E089E; }
span { border-color: rgb(30,8,158); }
td.TdClassName
{
border-color: #1E089E;
}
.TagClassName
{
border-color: #1E089E;
}
</style>