Shades of Ultramarine #080994
Tints of Ultramarine #080994
RGB
CMYK
RGB Variations
Color information
#080994 (or 0x080994) is known color: Ultramarine. HEX triplet: 08, 09 and 94. RGB value is (8,9,148). Sum of RGB (Red+Green+Blue) = 8+9+148=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 148 (58.20% from 255 or 89.70% from 165); Max value from RGB is 148 - color contains mainly: blue. Hex color #080994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080994 is #F7F66B. Grayscale: #171717. Windows color (decimal): -16250476 or 9701640. OLE color: 9701640.
HSL color Cylindrical-coordinate representation of color #080994: hue angle of 239.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080994 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 9 | 148 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.42 |
| HSL | 239.57º | 0.9% | 0.31% | - |
| HSV(B) | 239.57º | 0.95% | 0.58% | - |
| XYZ | 5.54 | 2.39 | 28.19 | - |
| YUV | 24.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 148 | 0.95 | 0.94 | 0 | 0.42 | 239.57 | 0.9 | 0.31 |
| Hex | 8 | 9 | 94 | 5F | 5E | 0 | 2A | F0 | 5A | 1F |
| Octal | 10 | 11 | 224 | 137 | 136 | 0 | 52 | 360 | 132 | 37 |
| Binary | 1000 | 1001 | 10010100 | 1011111 | 1011110 | 0 | 101010 | 11110000 | 1011010 | 11111 |
Color Harmonies of #080994
Complementary color
Monochromatic Colors of #080994
Black with #080994
Text Example
Text Example
White with #080994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080994; }
p { color: rgb(8,9,148); }
H1.HeaderClassName
{
color: #080994;
}
.AnyTagClassName
{
color: #080994;
}
</style>
background-color css
<style>
a { background-color: #080994; }
a { background-color: rgb(8,9,148); }
div.DivClassName
{
background-color: #080994;
}
.BgClassName
{
background-color: #080994;
}
</style>
border-color css
<style>
span { border-color: #080994; }
span { border-color: rgb(8,9,148); }
td.TdClassName
{
border-color: #080994;
}
.TagClassName
{
border-color: #080994;
}
</style>