Shades of Ultramarine #1E009A
Tints of Ultramarine #1E009A
RGB
CMYK
RGB Variations
Color information
#1E009A (or 0x1E009A) is known color: Ultramarine. HEX triplet: 1E, 00 and 9A. RGB value is (30,0,154). Sum of RGB (Red+Green+Blue) = 30+0+154=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E009A is #E1FF65. Grayscale: #191919. Windows color (decimal): -14810982 or 10092574. OLE color: 10092574.
HSL color Cylindrical-coordinate representation of color #1E009A: hue angle of 251.69º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E009A is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 0 | 154 | - |
| CMYK | 0.81 | 1 | 0 | 0.40 |
| HSL | 251.69º | 1% | 0.3% | - |
| HSV(B) | 251.69º | 1% | 0.6% | - |
| XYZ | 6.37 | 2.61 | 30.74 | - |
| YUV | 26.53 | 199.94 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 154 | 0.81 | 1 | 0 | 0.40 | 251.69 | 1 | 0.3 |
| Hex | 1E | 0 | 9A | 51 | 64 | 0 | 28 | FC | 64 | 1E |
| Octal | 36 | 0 | 232 | 121 | 144 | 0 | 50 | 374 | 144 | 36 |
| Binary | 11110 | 0 | 10011010 | 1010001 | 1100100 | 0 | 101000 | 11111100 | 1100100 | 11110 |
Color Harmonies of #1E009A
Complementary color
Monochromatic Colors of #1E009A
Black with #1E009A
Text Example
Text Example
White with #1E009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E009A; }
p { color: rgb(30,0,154); }
H1.HeaderClassName
{
color: #1E009A;
}
.AnyTagClassName
{
color: #1E009A;
}
</style>
background-color css
<style>
a { background-color: #1E009A; }
a { background-color: rgb(30,0,154); }
div.DivClassName
{
background-color: #1E009A;
}
.BgClassName
{
background-color: #1E009A;
}
</style>
border-color css
<style>
span { border-color: #1E009A; }
span { border-color: rgb(30,0,154); }
td.TdClassName
{
border-color: #1E009A;
}
.TagClassName
{
border-color: #1E009A;
}
</style>