Shades of Ultramarine #1B1188
Tints of Ultramarine #1B1188
RGB
CMYK
RGB Variations
Color information
#1B1188 (or 0x1B1188) is known color: Ultramarine. HEX triplet: 1B, 11 and 88. RGB value is (27,17,136). Sum of RGB (Red+Green+Blue) = 27+17+136=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B1188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1188 is #E4EE77. Grayscale: #212121. Windows color (decimal): -15003256 or 8917275. OLE color: 8917275.
HSL color Cylindrical-coordinate representation of color #1B1188: hue angle of 245.04º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B1188 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 17 | 136 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.47 |
| HSL | 245.04º | 0.78% | 0.3% | - |
| HSV(B) | 245.04º | 0.88% | 0.53% | - |
| XYZ | 5.1 | 2.41 | 23.49 | - |
| YUV | 33.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 136 | 0.80 | 0.87 | 0 | 0.47 | 245.04 | 0.78 | 0.3 |
| Hex | 1B | 11 | 88 | 50 | 57 | 0 | 2F | F5 | 4E | 1E |
| Octal | 33 | 21 | 210 | 120 | 127 | 0 | 57 | 365 | 116 | 36 |
| Binary | 11011 | 10001 | 10001000 | 1010000 | 1010111 | 0 | 101111 | 11110101 | 1001110 | 11110 |
Color Harmonies of #1B1188
Complementary color
Monochromatic Colors of #1B1188
Black with #1B1188
Text Example
Text Example
White with #1B1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1188; }
p { color: rgb(27,17,136); }
H1.HeaderClassName
{
color: #1B1188;
}
.AnyTagClassName
{
color: #1B1188;
}
</style>
background-color css
<style>
a { background-color: #1B1188; }
a { background-color: rgb(27,17,136); }
div.DivClassName
{
background-color: #1B1188;
}
.BgClassName
{
background-color: #1B1188;
}
</style>
border-color css
<style>
span { border-color: #1B1188; }
span { border-color: rgb(27,17,136); }
td.TdClassName
{
border-color: #1B1188;
}
.TagClassName
{
border-color: #1B1188;
}
</style>