Shades of Ultramarine #1B0BAB
Tints of Ultramarine #1B0BAB
RGB
CMYK
RGB Variations
Color information
#1B0BAB (or 0x1B0BAB) is known color: Ultramarine. HEX triplet: 1B, 0B and AB. RGB value is (27,11,171). Sum of RGB (Red+Green+Blue) = 27+11+171=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0BAB is #E4F454. Grayscale: #212121. Windows color (decimal): -15004757 or 11209499. OLE color: 11209499.
HSL color Cylindrical-coordinate representation of color #1B0BAB: hue angle of 246º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0BAB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 11 | 171 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.33 |
| HSL | 246º | 0.88% | 0.36% | - |
| HSV(B) | 246º | 0.94% | 0.67% | - |
| XYZ | 7.92 | 3.41 | 38.77 | - |
| YUV | 34.02 | 205.3 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 171 | 0.84 | 0.94 | 0 | 0.33 | 246 | 0.88 | 0.36 |
| Hex | 1B | B | AB | 54 | 5E | 0 | 21 | F6 | 58 | 24 |
| Octal | 33 | 13 | 253 | 124 | 136 | 0 | 41 | 366 | 130 | 44 |
| Binary | 11011 | 1011 | 10101011 | 1010100 | 1011110 | 0 | 100001 | 11110110 | 1011000 | 100100 |
Color Harmonies of #1B0BAB
Complementary color
Monochromatic Colors of #1B0BAB
Black with #1B0BAB
Text Example
Text Example
White with #1B0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0BAB; }
p { color: rgb(27,11,171); }
H1.HeaderClassName
{
color: #1B0BAB;
}
.AnyTagClassName
{
color: #1B0BAB;
}
</style>
background-color css
<style>
a { background-color: #1B0BAB; }
a { background-color: rgb(27,11,171); }
div.DivClassName
{
background-color: #1B0BAB;
}
.BgClassName
{
background-color: #1B0BAB;
}
</style>
border-color css
<style>
span { border-color: #1B0BAB; }
span { border-color: rgb(27,11,171); }
td.TdClassName
{
border-color: #1B0BAB;
}
.TagClassName
{
border-color: #1B0BAB;
}
</style>