Shades of Ultramarine #1E18AC
Tints of Ultramarine #1E18AC
RGB
CMYK
RGB Variations
Color information
#1E18AC (or 0x1E18AC) is known color: Ultramarine. HEX triplet: 1E, 18 and AC. RGB value is (30,24,172). Sum of RGB (Red+Green+Blue) = 30+24+172=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E18AC is #E1E753. Grayscale: #2A2A2A. Windows color (decimal): -14804820 or 11278366. OLE color: 11278366.
HSL color Cylindrical-coordinate representation of color #1E18AC: hue angle of 242.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E18AC is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 24 | 172 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.33 |
| HSL | 242.43º | 0.76% | 0.38% | - |
| HSV(B) | 242.43º | 0.86% | 0.67% | - |
| XYZ | 8.31 | 3.91 | 39.35 | - |
| YUV | 42.67 | 200.99 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 172 | 0.83 | 0.86 | 0 | 0.33 | 242.43 | 0.76 | 0.38 |
| Hex | 1E | 18 | AC | 53 | 56 | 0 | 21 | F2 | 4C | 26 |
| Octal | 36 | 30 | 254 | 123 | 126 | 0 | 41 | 362 | 114 | 46 |
| Binary | 11110 | 11000 | 10101100 | 1010011 | 1010110 | 0 | 100001 | 11110010 | 1001100 | 100110 |
Color Harmonies of #1E18AC
Complementary color
Monochromatic Colors of #1E18AC
Black with #1E18AC
Text Example
Text Example
White with #1E18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E18AC; }
p { color: rgb(30,24,172); }
H1.HeaderClassName
{
color: #1E18AC;
}
.AnyTagClassName
{
color: #1E18AC;
}
</style>
background-color css
<style>
a { background-color: #1E18AC; }
a { background-color: rgb(30,24,172); }
div.DivClassName
{
background-color: #1E18AC;
}
.BgClassName
{
background-color: #1E18AC;
}
</style>
border-color css
<style>
span { border-color: #1E18AC; }
span { border-color: rgb(30,24,172); }
td.TdClassName
{
border-color: #1E18AC;
}
.TagClassName
{
border-color: #1E18AC;
}
</style>