Shades of Ultramarine #080993
Tints of Ultramarine #080993
RGB
CMYK
RGB Variations
Color information
#080993 (or 0x080993) is known color: Ultramarine. HEX triplet: 08, 09 and 93. RGB value is (8,9,147). Sum of RGB (Red+Green+Blue) = 8+9+147=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #080993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080993 is #F7F66C. Grayscale: #171717. Windows color (decimal): -16250477 or 9636104. OLE color: 9636104.
HSL color Cylindrical-coordinate representation of color #080993: hue angle of 239.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080993 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 9 | 147 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.42 |
| HSL | 239.57º | 0.9% | 0.3% | - |
| HSV(B) | 239.57º | 0.95% | 0.58% | - |
| XYZ | 5.46 | 2.35 | 27.77 | - |
| YUV | 24.43 | 197.17 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 147 | 0.95 | 0.94 | 0 | 0.42 | 239.57 | 0.9 | 0.3 |
| Hex | 8 | 9 | 93 | 5F | 5E | 0 | 2A | F0 | 5A | 1E |
| Octal | 10 | 11 | 223 | 137 | 136 | 0 | 52 | 360 | 132 | 36 |
| Binary | 1000 | 1001 | 10010011 | 1011111 | 1011110 | 0 | 101010 | 11110000 | 1011010 | 11110 |
Color Harmonies of #080993
Complementary color
Monochromatic Colors of #080993
Black with #080993
Text Example
Text Example
White with #080993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080993; }
p { color: rgb(8,9,147); }
H1.HeaderClassName
{
color: #080993;
}
.AnyTagClassName
{
color: #080993;
}
</style>
background-color css
<style>
a { background-color: #080993; }
a { background-color: rgb(8,9,147); }
div.DivClassName
{
background-color: #080993;
}
.BgClassName
{
background-color: #080993;
}
</style>
border-color css
<style>
span { border-color: #080993; }
span { border-color: rgb(8,9,147); }
td.TdClassName
{
border-color: #080993;
}
.TagClassName
{
border-color: #080993;
}
</style>