Shades of Ultramarine #1B058E
Tints of Ultramarine #1B058E
RGB
CMYK
RGB Variations
Color information
#1B058E (or 0x1B058E) is known color: Ultramarine. HEX triplet: 1B, 05 and 8E. RGB value is (27,5,142). Sum of RGB (Red+Green+Blue) = 27+5+142=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B058E is #E4FA71. Grayscale: #1A1A1A. Windows color (decimal): -15006322 or 9307419. OLE color: 9307419.
HSL color Cylindrical-coordinate representation of color #1B058E: hue angle of 249.64º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B058E is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 5 | 142 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.44 |
| HSL | 249.64º | 0.93% | 0.29% | - |
| HSV(B) | 249.64º | 0.96% | 0.56% | - |
| XYZ | 5.39 | 2.29 | 25.75 | - |
| YUV | 27.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 142 | 0.81 | 0.96 | 0 | 0.44 | 249.64 | 0.93 | 0.29 |
| Hex | 1B | 5 | 8E | 51 | 60 | 0 | 2C | FA | 5D | 1D |
| Octal | 33 | 5 | 216 | 121 | 140 | 0 | 54 | 372 | 135 | 35 |
| Binary | 11011 | 101 | 10001110 | 1010001 | 1100000 | 0 | 101100 | 11111010 | 1011101 | 11101 |
Color Harmonies of #1B058E
Complementary color
Monochromatic Colors of #1B058E
Black with #1B058E
Text Example
Text Example
White with #1B058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B058E; }
p { color: rgb(27,5,142); }
H1.HeaderClassName
{
color: #1B058E;
}
.AnyTagClassName
{
color: #1B058E;
}
</style>
background-color css
<style>
a { background-color: #1B058E; }
a { background-color: rgb(27,5,142); }
div.DivClassName
{
background-color: #1B058E;
}
.BgClassName
{
background-color: #1B058E;
}
</style>
border-color css
<style>
span { border-color: #1B058E; }
span { border-color: rgb(27,5,142); }
td.TdClassName
{
border-color: #1B058E;
}
.TagClassName
{
border-color: #1B058E;
}
</style>