Shades of Ultramarine #1B1095
Tints of Ultramarine #1B1095
RGB
CMYK
RGB Variations
Color information
#1B1095 (or 0x1B1095) is known color: Ultramarine. HEX triplet: 1B, 10 and 95. RGB value is (27,16,149). Sum of RGB (Red+Green+Blue) = 27+16+149=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1095 is #E4EF6A. Grayscale: #212121. Windows color (decimal): -15003499 or 9768987. OLE color: 9768987.
HSL color Cylindrical-coordinate representation of color #1B1095: hue angle of 244.96º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B1095 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 16 | 149 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.42 |
| HSL | 244.96º | 0.81% | 0.32% | - |
| HSV(B) | 244.96º | 0.89% | 0.58% | - |
| XYZ | 6.06 | 2.77 | 28.65 | - |
| YUV | 34.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 149 | 0.82 | 0.89 | 0 | 0.42 | 244.96 | 0.81 | 0.32 |
| Hex | 1B | 10 | 95 | 52 | 59 | 0 | 2A | F5 | 51 | 20 |
| Octal | 33 | 20 | 225 | 122 | 131 | 0 | 52 | 365 | 121 | 40 |
| Binary | 11011 | 10000 | 10010101 | 1010010 | 1011001 | 0 | 101010 | 11110101 | 1010001 | 100000 |
Color Harmonies of #1B1095
Complementary color
Monochromatic Colors of #1B1095
Black with #1B1095
Text Example
Text Example
White with #1B1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1095; }
p { color: rgb(27,16,149); }
H1.HeaderClassName
{
color: #1B1095;
}
.AnyTagClassName
{
color: #1B1095;
}
</style>
background-color css
<style>
a { background-color: #1B1095; }
a { background-color: rgb(27,16,149); }
div.DivClassName
{
background-color: #1B1095;
}
.BgClassName
{
background-color: #1B1095;
}
</style>
border-color css
<style>
span { border-color: #1B1095; }
span { border-color: rgb(27,16,149); }
td.TdClassName
{
border-color: #1B1095;
}
.TagClassName
{
border-color: #1B1095;
}
</style>