Shades of Ultramarine #081089
Tints of Ultramarine #081089
RGB
CMYK
RGB Variations
Color information
#081089 (or 0x081089) is known color: Ultramarine. HEX triplet: 08, 10 and 89. RGB value is (8,16,137). Sum of RGB (Red+Green+Blue) = 8+16+137=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #081089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081089 is #F7EF76. Grayscale: #1A1A1A. Windows color (decimal): -16248695 or 8982536. OLE color: 8982536.
HSL color Cylindrical-coordinate representation of color #081089: hue angle of 236.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081089 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 16 | 137 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.46 |
| HSL | 236.28º | 0.89% | 0.28% | - |
| HSV(B) | 236.28º | 0.94% | 0.54% | - |
| XYZ | 4.8 | 2.23 | 23.84 | - |
| YUV | 27.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 137 | 0.94 | 0.88 | 0 | 0.46 | 236.28 | 0.89 | 0.28 |
| Hex | 8 | 10 | 89 | 5E | 58 | 0 | 2E | EC | 59 | 1C |
| Octal | 10 | 20 | 211 | 136 | 130 | 0 | 56 | 354 | 131 | 34 |
| Binary | 1000 | 10000 | 10001001 | 1011110 | 1011000 | 0 | 101110 | 11101100 | 1011001 | 11100 |
Color Harmonies of #081089
Complementary color
Monochromatic Colors of #081089
Black with #081089
Text Example
Text Example
White with #081089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081089; }
p { color: rgb(8,16,137); }
H1.HeaderClassName
{
color: #081089;
}
.AnyTagClassName
{
color: #081089;
}
</style>
background-color css
<style>
a { background-color: #081089; }
a { background-color: rgb(8,16,137); }
div.DivClassName
{
background-color: #081089;
}
.BgClassName
{
background-color: #081089;
}
</style>
border-color css
<style>
span { border-color: #081089; }
span { border-color: rgb(8,16,137); }
td.TdClassName
{
border-color: #081089;
}
.TagClassName
{
border-color: #081089;
}
</style>