Shades of Ultramarine #081090
Tints of Ultramarine #081090
RGB
CMYK
RGB Variations
Color information
#081090 (or 0x081090) is known color: Ultramarine. HEX triplet: 08, 10 and 90. RGB value is (8,16,144). Sum of RGB (Red+Green+Blue) = 8+16+144=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #081090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081090 is #F7EF6F. Grayscale: #1B1B1B. Windows color (decimal): -16248688 or 9441288. OLE color: 9441288.
HSL color Cylindrical-coordinate representation of color #081090: hue angle of 236.47º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081090 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 16 | 144 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.44 |
| HSL | 236.47º | 0.89% | 0.3% | - |
| HSV(B) | 236.47º | 0.94% | 0.56% | - |
| XYZ | 5.32 | 2.44 | 26.58 | - |
| YUV | 28.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 144 | 0.94 | 0.89 | 0 | 0.44 | 236.47 | 0.89 | 0.3 |
| Hex | 8 | 10 | 90 | 5E | 59 | 0 | 2C | EC | 59 | 1E |
| Octal | 10 | 20 | 220 | 136 | 131 | 0 | 54 | 354 | 131 | 36 |
| Binary | 1000 | 10000 | 10010000 | 1011110 | 1011001 | 0 | 101100 | 11101100 | 1011001 | 11110 |
Color Harmonies of #081090
Complementary color
Monochromatic Colors of #081090
Black with #081090
Text Example
Text Example
White with #081090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081090; }
p { color: rgb(8,16,144); }
H1.HeaderClassName
{
color: #081090;
}
.AnyTagClassName
{
color: #081090;
}
</style>
background-color css
<style>
a { background-color: #081090; }
a { background-color: rgb(8,16,144); }
div.DivClassName
{
background-color: #081090;
}
.BgClassName
{
background-color: #081090;
}
</style>
border-color css
<style>
span { border-color: #081090; }
span { border-color: rgb(8,16,144); }
td.TdClassName
{
border-color: #081090;
}
.TagClassName
{
border-color: #081090;
}
</style>