Shades of Ultramarine #1B08AB
Tints of Ultramarine #1B08AB
RGB
CMYK
RGB Variations
Color information
#1B08AB (or 0x1B08AB) is known color: Ultramarine. HEX triplet: 1B, 08 and AB. RGB value is (27,8,171). Sum of RGB (Red+Green+Blue) = 27+8+171=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B08AB is #E4F754. Grayscale: #1F1F1F. Windows color (decimal): -15005525 or 11208731. OLE color: 11208731.
HSL color Cylindrical-coordinate representation of color #1B08AB: hue angle of 246.99º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B08AB is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 8 | 171 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.33 |
| HSL | 246.99º | 0.91% | 0.35% | - |
| HSV(B) | 246.99º | 0.95% | 0.67% | - |
| XYZ | 7.89 | 3.35 | 38.76 | - |
| YUV | 32.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 171 | 0.84 | 0.95 | 0 | 0.33 | 246.99 | 0.91 | 0.35 |
| Hex | 1B | 8 | AB | 54 | 5F | 0 | 21 | F7 | 5B | 23 |
| Octal | 33 | 10 | 253 | 124 | 137 | 0 | 41 | 367 | 133 | 43 |
| Binary | 11011 | 1000 | 10101011 | 1010100 | 1011111 | 0 | 100001 | 11110111 | 1011011 | 100011 |
Color Harmonies of #1B08AB
Complementary color
Monochromatic Colors of #1B08AB
Black with #1B08AB
Text Example
Text Example
White with #1B08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B08AB; }
p { color: rgb(27,8,171); }
H1.HeaderClassName
{
color: #1B08AB;
}
.AnyTagClassName
{
color: #1B08AB;
}
</style>
background-color css
<style>
a { background-color: #1B08AB; }
a { background-color: rgb(27,8,171); }
div.DivClassName
{
background-color: #1B08AB;
}
.BgClassName
{
background-color: #1B08AB;
}
</style>
border-color css
<style>
span { border-color: #1B08AB; }
span { border-color: rgb(27,8,171); }
td.TdClassName
{
border-color: #1B08AB;
}
.TagClassName
{
border-color: #1B08AB;
}
</style>