Shades of Ultramarine #1B0EA2
Tints of Ultramarine #1B0EA2
RGB
CMYK
RGB Variations
Color information
#1B0EA2 (or 0x1B0EA2) is known color: Ultramarine. HEX triplet: 1B, 0E and A2. RGB value is (27,14,162). Sum of RGB (Red+Green+Blue) = 27+14+162=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 162 (63.67% from 255 or 79.80% from 203); Max value from RGB is 162 - color contains mainly: blue. Hex color #1B0EA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0EA2 is #E4F15D. Grayscale: #222222. Windows color (decimal): -15003998 or 10620443. OLE color: 10620443.
HSL color Cylindrical-coordinate representation of color #1B0EA2: hue angle of 245.27º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B0EA2 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 14 | 162 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.36 |
| HSL | 245.27º | 0.84% | 0.35% | - |
| HSV(B) | 245.27º | 0.91% | 0.64% | - |
| XYZ | 7.13 | 3.16 | 34.42 | - |
| YUV | 34.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 162 | 0.83 | 0.91 | 0 | 0.36 | 245.27 | 0.84 | 0.35 |
| Hex | 1B | E | A2 | 53 | 5B | 0 | 24 | F5 | 54 | 23 |
| Octal | 33 | 16 | 242 | 123 | 133 | 0 | 44 | 365 | 124 | 43 |
| Binary | 11011 | 1110 | 10100010 | 1010011 | 1011011 | 0 | 100100 | 11110101 | 1010100 | 100011 |
Color Harmonies of #1B0EA2
Complementary color
Monochromatic Colors of #1B0EA2
Black with #1B0EA2
Text Example
Text Example
White with #1B0EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0EA2; }
p { color: rgb(27,14,162); }
H1.HeaderClassName
{
color: #1B0EA2;
}
.AnyTagClassName
{
color: #1B0EA2;
}
</style>
background-color css
<style>
a { background-color: #1B0EA2; }
a { background-color: rgb(27,14,162); }
div.DivClassName
{
background-color: #1B0EA2;
}
.BgClassName
{
background-color: #1B0EA2;
}
</style>
border-color css
<style>
span { border-color: #1B0EA2; }
span { border-color: rgb(27,14,162); }
td.TdClassName
{
border-color: #1B0EA2;
}
.TagClassName
{
border-color: #1B0EA2;
}
</style>