Shades of Ultramarine #1B0B91
Tints of Ultramarine #1B0B91
RGB
CMYK
RGB Variations
Color information
#1B0B91 (or 0x1B0B91) is known color: Ultramarine. HEX triplet: 1B, 0B and 91. RGB value is (27,11,145). Sum of RGB (Red+Green+Blue) = 27+11+145=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B0B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0B91 is #E4F46E. Grayscale: #1E1E1E. Windows color (decimal): -15004783 or 9505563. OLE color: 9505563.
HSL color Cylindrical-coordinate representation of color #1B0B91: hue angle of 247.16º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B0B91 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 11 | 145 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.43 |
| HSL | 247.16º | 0.86% | 0.31% | - |
| HSV(B) | 247.16º | 0.92% | 0.57% | - |
| XYZ | 5.68 | 2.52 | 26.97 | - |
| YUV | 31.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 145 | 0.81 | 0.92 | 0 | 0.43 | 247.16 | 0.86 | 0.31 |
| Hex | 1B | B | 91 | 51 | 5C | 0 | 2B | F7 | 56 | 1F |
| Octal | 33 | 13 | 221 | 121 | 134 | 0 | 53 | 367 | 126 | 37 |
| Binary | 11011 | 1011 | 10010001 | 1010001 | 1011100 | 0 | 101011 | 11110111 | 1010110 | 11111 |
Color Harmonies of #1B0B91
Complementary color
Monochromatic Colors of #1B0B91
Black with #1B0B91
Text Example
Text Example
White with #1B0B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B91; }
p { color: rgb(27,11,145); }
H1.HeaderClassName
{
color: #1B0B91;
}
.AnyTagClassName
{
color: #1B0B91;
}
</style>
background-color css
<style>
a { background-color: #1B0B91; }
a { background-color: rgb(27,11,145); }
div.DivClassName
{
background-color: #1B0B91;
}
.BgClassName
{
background-color: #1B0B91;
}
</style>
border-color css
<style>
span { border-color: #1B0B91; }
span { border-color: rgb(27,11,145); }
td.TdClassName
{
border-color: #1B0B91;
}
.TagClassName
{
border-color: #1B0B91;
}
</style>