Shades of Ultramarine #1E078A
Tints of Ultramarine #1E078A
RGB
CMYK
RGB Variations
Color information
#1E078A (or 0x1E078A) is known color: Ultramarine. HEX triplet: 1E, 07 and 8A. RGB value is (30,7,138). Sum of RGB (Red+Green+Blue) = 30+7+138=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E078A is #E1F875. Grayscale: #1C1C1C. Windows color (decimal): -14809206 or 9045790. OLE color: 9045790.
HSL color Cylindrical-coordinate representation of color #1E078A: hue angle of 250.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E078A is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 7 | 138 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.46 |
| HSL | 250.53º | 0.9% | 0.28% | - |
| HSV(B) | 250.53º | 0.95% | 0.54% | - |
| XYZ | 5.2 | 2.26 | 24.21 | - |
| YUV | 28.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 138 | 0.78 | 0.95 | 0 | 0.46 | 250.53 | 0.9 | 0.28 |
| Hex | 1E | 7 | 8A | 4E | 5F | 0 | 2E | FB | 5A | 1C |
| Octal | 36 | 7 | 212 | 116 | 137 | 0 | 56 | 373 | 132 | 34 |
| Binary | 11110 | 111 | 10001010 | 1001110 | 1011111 | 0 | 101110 | 11111011 | 1011010 | 11100 |
Color Harmonies of #1E078A
Complementary color
Monochromatic Colors of #1E078A
Black with #1E078A
Text Example
Text Example
White with #1E078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E078A; }
p { color: rgb(30,7,138); }
H1.HeaderClassName
{
color: #1E078A;
}
.AnyTagClassName
{
color: #1E078A;
}
</style>
background-color css
<style>
a { background-color: #1E078A; }
a { background-color: rgb(30,7,138); }
div.DivClassName
{
background-color: #1E078A;
}
.BgClassName
{
background-color: #1E078A;
}
</style>
border-color css
<style>
span { border-color: #1E078A; }
span { border-color: rgb(30,7,138); }
td.TdClassName
{
border-color: #1E078A;
}
.TagClassName
{
border-color: #1E078A;
}
</style>