Shades of Ultramarine #080992
Tints of Ultramarine #080992
RGB
CMYK
RGB Variations
Color information
#080992 (or 0x080992) is known color: Ultramarine. HEX triplet: 08, 09 and 92. RGB value is (8,9,146). Sum of RGB (Red+Green+Blue) = 8+9+146=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #080992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080992 is #F7F66D. Grayscale: #171717. Windows color (decimal): -16250478 or 9570568. OLE color: 9570568.
HSL color Cylindrical-coordinate representation of color #080992: hue angle of 239.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080992 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 9 | 146 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.43 |
| HSL | 239.57º | 0.9% | 0.3% | - |
| HSV(B) | 239.57º | 0.95% | 0.57% | - |
| XYZ | 5.39 | 2.32 | 27.36 | - |
| YUV | 24.32 | 196.67 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 146 | 0.95 | 0.94 | 0 | 0.43 | 239.57 | 0.9 | 0.3 |
| Hex | 8 | 9 | 92 | 5F | 5E | 0 | 2B | F0 | 5A | 1E |
| Octal | 10 | 11 | 222 | 137 | 136 | 0 | 53 | 360 | 132 | 36 |
| Binary | 1000 | 1001 | 10010010 | 1011111 | 1011110 | 0 | 101011 | 11110000 | 1011010 | 11110 |
Color Harmonies of #080992
Complementary color
Monochromatic Colors of #080992
Black with #080992
Text Example
Text Example
White with #080992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080992; }
p { color: rgb(8,9,146); }
H1.HeaderClassName
{
color: #080992;
}
.AnyTagClassName
{
color: #080992;
}
</style>
background-color css
<style>
a { background-color: #080992; }
a { background-color: rgb(8,9,146); }
div.DivClassName
{
background-color: #080992;
}
.BgClassName
{
background-color: #080992;
}
</style>
border-color css
<style>
span { border-color: #080992; }
span { border-color: rgb(8,9,146); }
td.TdClassName
{
border-color: #080992;
}
.TagClassName
{
border-color: #080992;
}
</style>