Shades of Ultramarine #080A91
Tints of Ultramarine #080A91
RGB
CMYK
RGB Variations
Color information
#080A91 (or 0x080A91) is known color: Ultramarine. HEX triplet: 08, 0A and 91. RGB value is (8,10,145). Sum of RGB (Red+Green+Blue) = 8+10+145=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #080A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A91 is #F7F56E. Grayscale: #181818. Windows color (decimal): -16250223 or 9505288. OLE color: 9505288.
HSL color Cylindrical-coordinate representation of color #080A91: hue angle of 239.12º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080A91 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 10 | 145 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.43 |
| HSL | 239.12º | 0.9% | 0.3% | - |
| HSV(B) | 239.12º | 0.94% | 0.57% | - |
| XYZ | 5.32 | 2.31 | 26.95 | - |
| YUV | 24.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 145 | 0.94 | 0.93 | 0 | 0.43 | 239.12 | 0.9 | 0.3 |
| Hex | 8 | A | 91 | 5E | 5D | 0 | 2B | EF | 5A | 1E |
| Octal | 10 | 12 | 221 | 136 | 135 | 0 | 53 | 357 | 132 | 36 |
| Binary | 1000 | 1010 | 10010001 | 1011110 | 1011101 | 0 | 101011 | 11101111 | 1011010 | 11110 |
Color Harmonies of #080A91
Complementary color
Monochromatic Colors of #080A91
Black with #080A91
Text Example
Text Example
White with #080A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A91; }
p { color: rgb(8,10,145); }
H1.HeaderClassName
{
color: #080A91;
}
.AnyTagClassName
{
color: #080A91;
}
</style>
background-color css
<style>
a { background-color: #080A91; }
a { background-color: rgb(8,10,145); }
div.DivClassName
{
background-color: #080A91;
}
.BgClassName
{
background-color: #080A91;
}
</style>
border-color css
<style>
span { border-color: #080A91; }
span { border-color: rgb(8,10,145); }
td.TdClassName
{
border-color: #080A91;
}
.TagClassName
{
border-color: #080A91;
}
</style>