Shades of Ultramarine #081890
Tints of Ultramarine #081890
RGB
CMYK
RGB Variations
Color information
#081890 (or 0x081890) is known color: Ultramarine. HEX triplet: 08, 18 and 90. RGB value is (8,24,144). Sum of RGB (Red+Green+Blue) = 8+24+144=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #081890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081890 is #F7E76F. Grayscale: #202020. Windows color (decimal): -16246640 or 9443336. OLE color: 9443336.
HSL color Cylindrical-coordinate representation of color #081890: hue angle of 232.94º 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 #081890 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 24 | 144 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.44 |
| HSL | 232.94º | 0.89% | 0.3% | - |
| HSV(B) | 232.94º | 0.94% | 0.56% | - |
| XYZ | 5.46 | 2.72 | 26.62 | - |
| YUV | 32.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 144 | 0.94 | 0.83 | 0 | 0.44 | 232.94 | 0.89 | 0.3 |
| Hex | 8 | 18 | 90 | 5E | 53 | 0 | 2C | E9 | 59 | 1E |
| Octal | 10 | 30 | 220 | 136 | 123 | 0 | 54 | 351 | 131 | 36 |
| Binary | 1000 | 11000 | 10010000 | 1011110 | 1010011 | 0 | 101100 | 11101001 | 1011001 | 11110 |
Color Harmonies of #081890
Complementary color
Monochromatic Colors of #081890
Black with #081890
Text Example
Text Example
White with #081890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081890; }
p { color: rgb(8,24,144); }
H1.HeaderClassName
{
color: #081890;
}
.AnyTagClassName
{
color: #081890;
}
</style>
background-color css
<style>
a { background-color: #081890; }
a { background-color: rgb(8,24,144); }
div.DivClassName
{
background-color: #081890;
}
.BgClassName
{
background-color: #081890;
}
</style>
border-color css
<style>
span { border-color: #081890; }
span { border-color: rgb(8,24,144); }
td.TdClassName
{
border-color: #081890;
}
.TagClassName
{
border-color: #081890;
}
</style>