Shades of Ultramarine #1E1BAC
Tints of Ultramarine #1E1BAC
RGB
CMYK
RGB Variations
Color information
#1E1BAC (or 0x1E1BAC) is known color: Ultramarine. HEX triplet: 1E, 1B and AC. RGB value is (30,27,172). Sum of RGB (Red+Green+Blue) = 30+27+172=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E1BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1BAC is #E1E453. Grayscale: #2B2B2B. Windows color (decimal): -14804052 or 11279134. OLE color: 11279134.
HSL color Cylindrical-coordinate representation of color #1E1BAC: hue angle of 241.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1BAC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 27 | 172 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.33 |
| HSL | 241.24º | 0.73% | 0.39% | - |
| HSV(B) | 241.24º | 0.84% | 0.67% | - |
| XYZ | 8.37 | 4.04 | 39.37 | - |
| YUV | 44.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 172 | 0.83 | 0.84 | 0 | 0.33 | 241.24 | 0.73 | 0.39 |
| Hex | 1E | 1B | AC | 53 | 54 | 0 | 21 | F1 | 49 | 27 |
| Octal | 36 | 33 | 254 | 123 | 124 | 0 | 41 | 361 | 111 | 47 |
| Binary | 11110 | 11011 | 10101100 | 1010011 | 1010100 | 0 | 100001 | 11110001 | 1001001 | 100111 |
Color Harmonies of #1E1BAC
Complementary color
Monochromatic Colors of #1E1BAC
Black with #1E1BAC
Text Example
Text Example
White with #1E1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1BAC; }
p { color: rgb(30,27,172); }
H1.HeaderClassName
{
color: #1E1BAC;
}
.AnyTagClassName
{
color: #1E1BAC;
}
</style>
background-color css
<style>
a { background-color: #1E1BAC; }
a { background-color: rgb(30,27,172); }
div.DivClassName
{
background-color: #1E1BAC;
}
.BgClassName
{
background-color: #1E1BAC;
}
</style>
border-color css
<style>
span { border-color: #1E1BAC; }
span { border-color: rgb(30,27,172); }
td.TdClassName
{
border-color: #1E1BAC;
}
.TagClassName
{
border-color: #1E1BAC;
}
</style>