Shades of Ultramarine #1E13AC
Tints of Ultramarine #1E13AC
RGB
CMYK
RGB Variations
Color information
#1E13AC (or 0x1E13AC) is known color: Ultramarine. HEX triplet: 1E, 13 and AC. RGB value is (30,19,172). Sum of RGB (Red+Green+Blue) = 30+19+172=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E13AC is #E1EC53. Grayscale: #272727. Windows color (decimal): -14806100 or 11277086. OLE color: 11277086.
HSL color Cylindrical-coordinate representation of color #1E13AC: hue angle of 244.31º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E13AC is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 19 | 172 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.33 |
| HSL | 244.31º | 0.8% | 0.37% | - |
| HSV(B) | 244.31º | 0.89% | 0.67% | - |
| XYZ | 8.21 | 3.72 | 39.31 | - |
| YUV | 39.73 | 202.64 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 172 | 0.83 | 0.89 | 0 | 0.33 | 244.31 | 0.8 | 0.37 |
| Hex | 1E | 13 | AC | 53 | 59 | 0 | 21 | F4 | 50 | 25 |
| Octal | 36 | 23 | 254 | 123 | 131 | 0 | 41 | 364 | 120 | 45 |
| Binary | 11110 | 10011 | 10101100 | 1010011 | 1011001 | 0 | 100001 | 11110100 | 1010000 | 100101 |
Color Harmonies of #1E13AC
Complementary color
Monochromatic Colors of #1E13AC
Black with #1E13AC
Text Example
Text Example
White with #1E13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E13AC; }
p { color: rgb(30,19,172); }
H1.HeaderClassName
{
color: #1E13AC;
}
.AnyTagClassName
{
color: #1E13AC;
}
</style>
background-color css
<style>
a { background-color: #1E13AC; }
a { background-color: rgb(30,19,172); }
div.DivClassName
{
background-color: #1E13AC;
}
.BgClassName
{
background-color: #1E13AC;
}
</style>
border-color css
<style>
span { border-color: #1E13AC; }
span { border-color: rgb(30,19,172); }
td.TdClassName
{
border-color: #1E13AC;
}
.TagClassName
{
border-color: #1E13AC;
}
</style>