Shades of Ultramarine #1B058D
Tints of Ultramarine #1B058D
RGB
CMYK
RGB Variations
Color information
#1B058D (or 0x1B058D) is known color: Ultramarine. HEX triplet: 1B, 05 and 8D. RGB value is (27,5,141). Sum of RGB (Red+Green+Blue) = 27+5+141=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B058D is #E4FA72. Grayscale: #1A1A1A. Windows color (decimal): -15006323 or 9241883. OLE color: 9241883.
HSL color Cylindrical-coordinate representation of color #1B058D: hue angle of 249.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B058D is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 5 | 141 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.45 |
| HSL | 249.71º | 0.93% | 0.29% | - |
| HSV(B) | 249.71º | 0.96% | 0.55% | - |
| XYZ | 5.31 | 2.26 | 25.36 | - |
| YUV | 27.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 141 | 0.81 | 0.96 | 0 | 0.45 | 249.71 | 0.93 | 0.29 |
| Hex | 1B | 5 | 8D | 51 | 60 | 0 | 2D | FA | 5D | 1D |
| Octal | 33 | 5 | 215 | 121 | 140 | 0 | 55 | 372 | 135 | 35 |
| Binary | 11011 | 101 | 10001101 | 1010001 | 1100000 | 0 | 101101 | 11111010 | 1011101 | 11101 |
Color Harmonies of #1B058D
Complementary color
Monochromatic Colors of #1B058D
Black with #1B058D
Text Example
Text Example
White with #1B058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B058D; }
p { color: rgb(27,5,141); }
H1.HeaderClassName
{
color: #1B058D;
}
.AnyTagClassName
{
color: #1B058D;
}
</style>
background-color css
<style>
a { background-color: #1B058D; }
a { background-color: rgb(27,5,141); }
div.DivClassName
{
background-color: #1B058D;
}
.BgClassName
{
background-color: #1B058D;
}
</style>
border-color css
<style>
span { border-color: #1B058D; }
span { border-color: rgb(27,5,141); }
td.TdClassName
{
border-color: #1B058D;
}
.TagClassName
{
border-color: #1B058D;
}
</style>