Shades of Ultramarine #1E108B
Tints of Ultramarine #1E108B
RGB
CMYK
RGB Variations
Color information
#1E108B (or 0x1E108B) is known color: Ultramarine. HEX triplet: 1E, 10 and 8B. RGB value is (30,16,139). Sum of RGB (Red+Green+Blue) = 30+16+139=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E108B is #E1EF74. Grayscale: #212121. Windows color (decimal): -14806901 or 9113630. OLE color: 9113630.
HSL color Cylindrical-coordinate representation of color #1E108B: hue angle of 246.83º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E108B is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 16 | 139 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.45 |
| HSL | 246.83º | 0.79% | 0.3% | - |
| HSV(B) | 246.83º | 0.88% | 0.55% | - |
| XYZ | 5.38 | 2.51 | 24.63 | - |
| YUV | 34.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 139 | 0.78 | 0.88 | 0 | 0.45 | 246.83 | 0.79 | 0.3 |
| Hex | 1E | 10 | 8B | 4E | 58 | 0 | 2D | F7 | 4F | 1E |
| Octal | 36 | 20 | 213 | 116 | 130 | 0 | 55 | 367 | 117 | 36 |
| Binary | 11110 | 10000 | 10001011 | 1001110 | 1011000 | 0 | 101101 | 11110111 | 1001111 | 11110 |
Color Harmonies of #1E108B
Complementary color
Monochromatic Colors of #1E108B
Black with #1E108B
Text Example
Text Example
White with #1E108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E108B; }
p { color: rgb(30,16,139); }
H1.HeaderClassName
{
color: #1E108B;
}
.AnyTagClassName
{
color: #1E108B;
}
</style>
background-color css
<style>
a { background-color: #1E108B; }
a { background-color: rgb(30,16,139); }
div.DivClassName
{
background-color: #1E108B;
}
.BgClassName
{
background-color: #1E108B;
}
</style>
border-color css
<style>
span { border-color: #1E108B; }
span { border-color: rgb(30,16,139); }
td.TdClassName
{
border-color: #1E108B;
}
.TagClassName
{
border-color: #1E108B;
}
</style>