Shades of Ultramarine #1B158E
Tints of Ultramarine #1B158E
RGB
CMYK
RGB Variations
Color information
#1B158E (or 0x1B158E) is known color: Ultramarine. HEX triplet: 1B, 15 and 8E. RGB value is (27,21,142). Sum of RGB (Red+Green+Blue) = 27+21+142=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B158E is #E4EA71. Grayscale: #242424. Windows color (decimal): -15002226 or 9311515. OLE color: 9311515.
HSL color Cylindrical-coordinate representation of color #1B158E: hue angle of 242.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B158E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 21 | 142 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.44 |
| HSL | 242.98º | 0.74% | 0.32% | - |
| HSV(B) | 242.98º | 0.85% | 0.56% | - |
| XYZ | 5.6 | 2.72 | 25.82 | - |
| YUV | 36.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 142 | 0.81 | 0.85 | 0 | 0.44 | 242.98 | 0.74 | 0.32 |
| Hex | 1B | 15 | 8E | 51 | 55 | 0 | 2C | F3 | 4A | 20 |
| Octal | 33 | 25 | 216 | 121 | 125 | 0 | 54 | 363 | 112 | 40 |
| Binary | 11011 | 10101 | 10001110 | 1010001 | 1010101 | 0 | 101100 | 11110011 | 1001010 | 100000 |
Color Harmonies of #1B158E
Complementary color
Monochromatic Colors of #1B158E
Black with #1B158E
Text Example
Text Example
White with #1B158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B158E; }
p { color: rgb(27,21,142); }
H1.HeaderClassName
{
color: #1B158E;
}
.AnyTagClassName
{
color: #1B158E;
}
</style>
background-color css
<style>
a { background-color: #1B158E; }
a { background-color: rgb(27,21,142); }
div.DivClassName
{
background-color: #1B158E;
}
.BgClassName
{
background-color: #1B158E;
}
</style>
border-color css
<style>
span { border-color: #1B158E; }
span { border-color: rgb(27,21,142); }
td.TdClassName
{
border-color: #1B158E;
}
.TagClassName
{
border-color: #1B158E;
}
</style>