Shades of Ultramarine #1B1789
Tints of Ultramarine #1B1789
RGB
CMYK
RGB Variations
Color information
#1B1789 (or 0x1B1789) is known color: Ultramarine. HEX triplet: 1B, 17 and 89. RGB value is (27,23,137). Sum of RGB (Red+Green+Blue) = 27+23+137=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #1B1789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1789 is #E4E876. Grayscale: #242424. Windows color (decimal): -15001719 or 8984347. OLE color: 8984347.
HSL color Cylindrical-coordinate representation of color #1B1789: hue angle of 242.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1789 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 23 | 137 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.46 |
| HSL | 242.11º | 0.71% | 0.31% | - |
| HSV(B) | 242.11º | 0.83% | 0.54% | - |
| XYZ | 5.27 | 2.65 | 23.9 | - |
| YUV | 37.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 137 | 0.80 | 0.83 | 0 | 0.46 | 242.11 | 0.71 | 0.31 |
| Hex | 1B | 17 | 89 | 50 | 53 | 0 | 2E | F2 | 47 | 1F |
| Octal | 33 | 27 | 211 | 120 | 123 | 0 | 56 | 362 | 107 | 37 |
| Binary | 11011 | 10111 | 10001001 | 1010000 | 1010011 | 0 | 101110 | 11110010 | 1000111 | 11111 |
Color Harmonies of #1B1789
Complementary color
Monochromatic Colors of #1B1789
Black with #1B1789
Text Example
Text Example
White with #1B1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1789; }
p { color: rgb(27,23,137); }
H1.HeaderClassName
{
color: #1B1789;
}
.AnyTagClassName
{
color: #1B1789;
}
</style>
background-color css
<style>
a { background-color: #1B1789; }
a { background-color: rgb(27,23,137); }
div.DivClassName
{
background-color: #1B1789;
}
.BgClassName
{
background-color: #1B1789;
}
</style>
border-color css
<style>
span { border-color: #1B1789; }
span { border-color: rgb(27,23,137); }
td.TdClassName
{
border-color: #1B1789;
}
.TagClassName
{
border-color: #1B1789;
}
</style>