Shades of Ultramarine #1B0EAA
Tints of Ultramarine #1B0EAA
RGB
CMYK
RGB Variations
Color information
#1B0EAA (or 0x1B0EAA) is known color: Ultramarine. HEX triplet: 1B, 0E and AA. RGB value is (27,14,170). Sum of RGB (Red+Green+Blue) = 27+14+170=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B0EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0EAA is #E4F155. Grayscale: #232323. Windows color (decimal): -15003990 or 11144731. OLE color: 11144731.
HSL color Cylindrical-coordinate representation of color #1B0EAA: hue angle of 245º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B0EAA is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 14 | 170 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.33 |
| HSL | 245º | 0.85% | 0.36% | - |
| HSV(B) | 245º | 0.92% | 0.67% | - |
| XYZ | 7.86 | 3.45 | 38.28 | - |
| YUV | 35.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 170 | 0.84 | 0.92 | 0 | 0.33 | 245 | 0.85 | 0.36 |
| Hex | 1B | E | AA | 54 | 5C | 0 | 21 | F5 | 55 | 24 |
| Octal | 33 | 16 | 252 | 124 | 134 | 0 | 41 | 365 | 125 | 44 |
| Binary | 11011 | 1110 | 10101010 | 1010100 | 1011100 | 0 | 100001 | 11110101 | 1010101 | 100100 |
Color Harmonies of #1B0EAA
Complementary color
Monochromatic Colors of #1B0EAA
Black with #1B0EAA
Text Example
Text Example
White with #1B0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0EAA; }
p { color: rgb(27,14,170); }
H1.HeaderClassName
{
color: #1B0EAA;
}
.AnyTagClassName
{
color: #1B0EAA;
}
</style>
background-color css
<style>
a { background-color: #1B0EAA; }
a { background-color: rgb(27,14,170); }
div.DivClassName
{
background-color: #1B0EAA;
}
.BgClassName
{
background-color: #1B0EAA;
}
</style>
border-color css
<style>
span { border-color: #1B0EAA; }
span { border-color: rgb(27,14,170); }
td.TdClassName
{
border-color: #1B0EAA;
}
.TagClassName
{
border-color: #1B0EAA;
}
</style>