Shades of Ultramarine #081690
Tints of Ultramarine #081690
RGB
CMYK
RGB Variations
Color information
#081690 (or 0x081690) is known color: Ultramarine. HEX triplet: 08, 16 and 90. RGB value is (8,22,144). Sum of RGB (Red+Green+Blue) = 8+22+144=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #081690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081690 is #F7E96F. Grayscale: #1F1F1F. Windows color (decimal): -16247152 or 9442824. OLE color: 9442824.
HSL color Cylindrical-coordinate representation of color #081690: hue angle of 233.82º 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 #081690 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 22 | 144 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.44 |
| HSL | 233.82º | 0.89% | 0.3% | - |
| HSV(B) | 233.82º | 0.94% | 0.56% | - |
| XYZ | 5.42 | 2.64 | 26.61 | - |
| YUV | 31.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 144 | 0.94 | 0.85 | 0 | 0.44 | 233.82 | 0.89 | 0.3 |
| Hex | 8 | 16 | 90 | 5E | 55 | 0 | 2C | EA | 59 | 1E |
| Octal | 10 | 26 | 220 | 136 | 125 | 0 | 54 | 352 | 131 | 36 |
| Binary | 1000 | 10110 | 10010000 | 1011110 | 1010101 | 0 | 101100 | 11101010 | 1011001 | 11110 |
Color Harmonies of #081690
Complementary color
Monochromatic Colors of #081690
Black with #081690
Text Example
Text Example
White with #081690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081690; }
p { color: rgb(8,22,144); }
H1.HeaderClassName
{
color: #081690;
}
.AnyTagClassName
{
color: #081690;
}
</style>
background-color css
<style>
a { background-color: #081690; }
a { background-color: rgb(8,22,144); }
div.DivClassName
{
background-color: #081690;
}
.BgClassName
{
background-color: #081690;
}
</style>
border-color css
<style>
span { border-color: #081690; }
span { border-color: rgb(8,22,144); }
td.TdClassName
{
border-color: #081690;
}
.TagClassName
{
border-color: #081690;
}
</style>