Shades of Ultramarine #1E009B
Tints of Ultramarine #1E009B
RGB
CMYK
RGB Variations
Color information
#1E009B (or 0x1E009B) is known color: Ultramarine. HEX triplet: 1E, 00 and 9B. RGB value is (30,0,155). Sum of RGB (Red+Green+Blue) = 30+0+155=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E009B is #E1FF64. Grayscale: #1A1A1A. Windows color (decimal): -14810981 or 10158110. OLE color: 10158110.
HSL color Cylindrical-coordinate representation of color #1E009B: hue angle of 251.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E009B is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 0 | 155 | - |
| CMYK | 0.81 | 1 | 0 | 0.39 |
| HSL | 251.61º | 1% | 0.3% | - |
| HSV(B) | 251.61º | 1% | 0.61% | - |
| XYZ | 6.45 | 2.64 | 31.18 | - |
| YUV | 26.64 | 200.44 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 155 | 0.81 | 1 | 0 | 0.39 | 251.61 | 1 | 0.3 |
| Hex | 1E | 0 | 9B | 51 | 64 | 0 | 27 | FC | 64 | 1E |
| Octal | 36 | 0 | 233 | 121 | 144 | 0 | 47 | 374 | 144 | 36 |
| Binary | 11110 | 0 | 10011011 | 1010001 | 1100100 | 0 | 100111 | 11111100 | 1100100 | 11110 |
Color Harmonies of #1E009B
Complementary color
Monochromatic Colors of #1E009B
Black with #1E009B
Text Example
Text Example
White with #1E009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E009B; }
p { color: rgb(30,0,155); }
H1.HeaderClassName
{
color: #1E009B;
}
.AnyTagClassName
{
color: #1E009B;
}
</style>
background-color css
<style>
a { background-color: #1E009B; }
a { background-color: rgb(30,0,155); }
div.DivClassName
{
background-color: #1E009B;
}
.BgClassName
{
background-color: #1E009B;
}
</style>
border-color css
<style>
span { border-color: #1E009B; }
span { border-color: rgb(30,0,155); }
td.TdClassName
{
border-color: #1E009B;
}
.TagClassName
{
border-color: #1E009B;
}
</style>