Shades of Ultramarine #1B0B87
Tints of Ultramarine #1B0B87
RGB
CMYK
RGB Variations
Color information
#1B0B87 (or 0x1B0B87) is known color: Ultramarine. HEX triplet: 1B, 0B and 87. RGB value is (27,11,135). Sum of RGB (Red+Green+Blue) = 27+11+135=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B0B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0B87 is #E4F478. Grayscale: #1D1D1D. Windows color (decimal): -15004793 or 8850203. OLE color: 8850203.
HSL color Cylindrical-coordinate representation of color #1B0B87: hue angle of 247.74º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B0B87 is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 11 | 135 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.47 |
| HSL | 247.74º | 0.85% | 0.29% | - |
| HSV(B) | 247.74º | 0.92% | 0.53% | - |
| XYZ | 4.94 | 2.22 | 23.09 | - |
| YUV | 29.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 135 | 0.8 | 0.92 | 0 | 0.47 | 247.74 | 0.85 | 0.29 |
| Hex | 1B | B | 87 | 50 | 5C | 0 | 2F | F8 | 55 | 1D |
| Octal | 33 | 13 | 207 | 120 | 134 | 0 | 57 | 370 | 125 | 35 |
| Binary | 11011 | 1011 | 10000111 | 1010000 | 1011100 | 0 | 101111 | 11111000 | 1010101 | 11101 |
Color Harmonies of #1B0B87
Complementary color
Monochromatic Colors of #1B0B87
Black with #1B0B87
Text Example
Text Example
White with #1B0B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B87; }
p { color: rgb(27,11,135); }
H1.HeaderClassName
{
color: #1B0B87;
}
.AnyTagClassName
{
color: #1B0B87;
}
</style>
background-color css
<style>
a { background-color: #1B0B87; }
a { background-color: rgb(27,11,135); }
div.DivClassName
{
background-color: #1B0B87;
}
.BgClassName
{
background-color: #1B0B87;
}
</style>
border-color css
<style>
span { border-color: #1B0B87; }
span { border-color: rgb(27,11,135); }
td.TdClassName
{
border-color: #1B0B87;
}
.TagClassName
{
border-color: #1B0B87;
}
</style>