Shades of Ultramarine #1E228B
Tints of Ultramarine #1E228B
RGB
CMYK
RGB Variations
Color information
#1E228B (or 0x1E228B) is known color: Ultramarine. HEX triplet: 1E, 22 and 8B. RGB value is (30,34,139). Sum of RGB (Red+Green+Blue) = 30+34+139=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E228B is #E1DD74. Grayscale: #2C2C2C. Windows color (decimal): -14802293 or 9118238. OLE color: 9118238.
HSL color Cylindrical-coordinate representation of color #1E228B: hue angle of 237.8º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E228B is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 34 | 139 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.45 |
| HSL | 237.8º | 0.64% | 0.33% | - |
| HSV(B) | 237.8º | 0.78% | 0.55% | - |
| XYZ | 5.77 | 3.28 | 24.76 | - |
| YUV | 44.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 139 | 0.78 | 0.76 | 0 | 0.45 | 237.8 | 0.64 | 0.33 |
| Hex | 1E | 22 | 8B | 4E | 4C | 0 | 2D | EE | 40 | 21 |
| Octal | 36 | 42 | 213 | 116 | 114 | 0 | 55 | 356 | 100 | 41 |
| Binary | 11110 | 100010 | 10001011 | 1001110 | 1001100 | 0 | 101101 | 11101110 | 1000000 | 100001 |
Color Harmonies of #1E228B
Complementary color
Monochromatic Colors of #1E228B
Black with #1E228B
Text Example
Text Example
White with #1E228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E228B; }
p { color: rgb(30,34,139); }
H1.HeaderClassName
{
color: #1E228B;
}
.AnyTagClassName
{
color: #1E228B;
}
</style>
background-color css
<style>
a { background-color: #1E228B; }
a { background-color: rgb(30,34,139); }
div.DivClassName
{
background-color: #1E228B;
}
.BgClassName
{
background-color: #1E228B;
}
</style>
border-color css
<style>
span { border-color: #1E228B; }
span { border-color: rgb(30,34,139); }
td.TdClassName
{
border-color: #1E228B;
}
.TagClassName
{
border-color: #1E228B;
}
</style>