Shades of Ultramarine #081590
Tints of Ultramarine #081590
RGB
CMYK
RGB Variations
Color information
#081590 (or 0x081590) is known color: Ultramarine. HEX triplet: 08, 15 and 90. RGB value is (8,21,144). Sum of RGB (Red+Green+Blue) = 8+21+144=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #081590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081590 is #F7EA6F. Grayscale: #1E1E1E. Windows color (decimal): -16247408 or 9442568. OLE color: 9442568.
HSL color Cylindrical-coordinate representation of color #081590: hue angle of 234.26º 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 #081590 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 21 | 144 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.44 |
| HSL | 234.26º | 0.89% | 0.3% | - |
| HSV(B) | 234.26º | 0.94% | 0.56% | - |
| XYZ | 5.4 | 2.6 | 26.6 | - |
| YUV | 31.14 | 191.69 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 144 | 0.94 | 0.85 | 0 | 0.44 | 234.26 | 0.89 | 0.3 |
| Hex | 8 | 15 | 90 | 5E | 55 | 0 | 2C | EA | 59 | 1E |
| Octal | 10 | 25 | 220 | 136 | 125 | 0 | 54 | 352 | 131 | 36 |
| Binary | 1000 | 10101 | 10010000 | 1011110 | 1010101 | 0 | 101100 | 11101010 | 1011001 | 11110 |
Color Harmonies of #081590
Complementary color
Monochromatic Colors of #081590
Black with #081590
Text Example
Text Example
White with #081590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081590; }
p { color: rgb(8,21,144); }
H1.HeaderClassName
{
color: #081590;
}
.AnyTagClassName
{
color: #081590;
}
</style>
background-color css
<style>
a { background-color: #081590; }
a { background-color: rgb(8,21,144); }
div.DivClassName
{
background-color: #081590;
}
.BgClassName
{
background-color: #081590;
}
</style>
border-color css
<style>
span { border-color: #081590; }
span { border-color: rgb(8,21,144); }
td.TdClassName
{
border-color: #081590;
}
.TagClassName
{
border-color: #081590;
}
</style>