Shades of Ultramarine #1B059F
Tints of Ultramarine #1B059F
RGB
CMYK
RGB Variations
Color information
#1B059F (or 0x1B059F) is known color: Ultramarine. HEX triplet: 1B, 05 and 9F. RGB value is (27,5,159). Sum of RGB (Red+Green+Blue) = 27+5+159=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B059F is #E4FA60. Grayscale: #1C1C1C. Windows color (decimal): -15006305 or 10421531. OLE color: 10421531.
HSL color Cylindrical-coordinate representation of color #1B059F: hue angle of 248.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B059F is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 5 | 159 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.38 |
| HSL | 248.57º | 0.94% | 0.32% | - |
| HSV(B) | 248.57º | 0.97% | 0.62% | - |
| XYZ | 6.76 | 2.84 | 32.99 | - |
| YUV | 29.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 159 | 0.83 | 0.97 | 0 | 0.38 | 248.57 | 0.94 | 0.32 |
| Hex | 1B | 5 | 9F | 53 | 61 | 0 | 26 | F9 | 5E | 20 |
| Octal | 33 | 5 | 237 | 123 | 141 | 0 | 46 | 371 | 136 | 40 |
| Binary | 11011 | 101 | 10011111 | 1010011 | 1100001 | 0 | 100110 | 11111001 | 1011110 | 100000 |
Color Harmonies of #1B059F
Complementary color
Monochromatic Colors of #1B059F
Black with #1B059F
Text Example
Text Example
White with #1B059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B059F; }
p { color: rgb(27,5,159); }
H1.HeaderClassName
{
color: #1B059F;
}
.AnyTagClassName
{
color: #1B059F;
}
</style>
background-color css
<style>
a { background-color: #1B059F; }
a { background-color: rgb(27,5,159); }
div.DivClassName
{
background-color: #1B059F;
}
.BgClassName
{
background-color: #1B059F;
}
</style>
border-color css
<style>
span { border-color: #1B059F; }
span { border-color: rgb(27,5,159); }
td.TdClassName
{
border-color: #1B059F;
}
.TagClassName
{
border-color: #1B059F;
}
</style>