Shades of Ultramarine #1E068A
Tints of Ultramarine #1E068A
RGB
CMYK
RGB Variations
Color information
#1E068A (or 0x1E068A) is known color: Ultramarine. HEX triplet: 1E, 06 and 8A. RGB value is (30,6,138). Sum of RGB (Red+Green+Blue) = 30+6+138=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E068A is #E1F975. Grayscale: #1B1B1B. Windows color (decimal): -14809462 or 9045534. OLE color: 9045534.
HSL color Cylindrical-coordinate representation of color #1E068A: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E068A is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 6 | 138 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.46 |
| HSL | 250.91º | 0.92% | 0.28% | - |
| HSV(B) | 250.91º | 0.96% | 0.54% | - |
| XYZ | 5.19 | 2.24 | 24.2 | - |
| YUV | 28.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 138 | 0.78 | 0.96 | 0 | 0.46 | 250.91 | 0.92 | 0.28 |
| Hex | 1E | 6 | 8A | 4E | 60 | 0 | 2E | FB | 5C | 1C |
| Octal | 36 | 6 | 212 | 116 | 140 | 0 | 56 | 373 | 134 | 34 |
| Binary | 11110 | 110 | 10001010 | 1001110 | 1100000 | 0 | 101110 | 11111011 | 1011100 | 11100 |
Color Harmonies of #1E068A
Complementary color
Monochromatic Colors of #1E068A
Black with #1E068A
Text Example
Text Example
White with #1E068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E068A; }
p { color: rgb(30,6,138); }
H1.HeaderClassName
{
color: #1E068A;
}
.AnyTagClassName
{
color: #1E068A;
}
</style>
background-color css
<style>
a { background-color: #1E068A; }
a { background-color: rgb(30,6,138); }
div.DivClassName
{
background-color: #1E068A;
}
.BgClassName
{
background-color: #1E068A;
}
</style>
border-color css
<style>
span { border-color: #1E068A; }
span { border-color: rgb(30,6,138); }
td.TdClassName
{
border-color: #1E068A;
}
.TagClassName
{
border-color: #1E068A;
}
</style>