Shades of Ultramarine #1E1C8A
Tints of Ultramarine #1E1C8A
RGB
CMYK
RGB Variations
Color information
#1E1C8A (or 0x1E1C8A) is known color: Ultramarine. HEX triplet: 1E, 1C and 8A. RGB value is (30,28,138). Sum of RGB (Red+Green+Blue) = 30+28+138=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E1C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1C8A is #E1E375. Grayscale: #282828. Windows color (decimal): -14803830 or 9051166. OLE color: 9051166.
HSL color Cylindrical-coordinate representation of color #1E1C8A: hue angle of 241.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1C8A is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 28 | 138 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.46 |
| HSL | 241.09º | 0.66% | 0.33% | - |
| HSV(B) | 241.09º | 0.8% | 0.54% | - |
| XYZ | 5.54 | 2.94 | 24.32 | - |
| YUV | 41.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 138 | 0.78 | 0.80 | 0 | 0.46 | 241.09 | 0.66 | 0.33 |
| Hex | 1E | 1C | 8A | 4E | 50 | 0 | 2E | F1 | 42 | 21 |
| Octal | 36 | 34 | 212 | 116 | 120 | 0 | 56 | 361 | 102 | 41 |
| Binary | 11110 | 11100 | 10001010 | 1001110 | 1010000 | 0 | 101110 | 11110001 | 1000010 | 100001 |
Color Harmonies of #1E1C8A
Complementary color
Monochromatic Colors of #1E1C8A
Black with #1E1C8A
Text Example
Text Example
White with #1E1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C8A; }
p { color: rgb(30,28,138); }
H1.HeaderClassName
{
color: #1E1C8A;
}
.AnyTagClassName
{
color: #1E1C8A;
}
</style>
background-color css
<style>
a { background-color: #1E1C8A; }
a { background-color: rgb(30,28,138); }
div.DivClassName
{
background-color: #1E1C8A;
}
.BgClassName
{
background-color: #1E1C8A;
}
</style>
border-color css
<style>
span { border-color: #1E1C8A; }
span { border-color: rgb(30,28,138); }
td.TdClassName
{
border-color: #1E1C8A;
}
.TagClassName
{
border-color: #1E1C8A;
}
</style>