Shades of Ultramarine #080A92
Tints of Ultramarine #080A92
RGB
CMYK
RGB Variations
Color information
#080A92 (or 0x080A92) is known color: Ultramarine. HEX triplet: 08, 0A and 92. RGB value is (8,10,146). Sum of RGB (Red+Green+Blue) = 8+10+146=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #080A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A92 is #F7F56D. Grayscale: #181818. Windows color (decimal): -16250222 or 9570824. OLE color: 9570824.
HSL color Cylindrical-coordinate representation of color #080A92: hue angle of 239.13º 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 #080A92 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 10 | 146 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.43 |
| HSL | 239.13º | 0.9% | 0.3% | - |
| HSV(B) | 239.13º | 0.95% | 0.57% | - |
| XYZ | 5.4 | 2.34 | 27.36 | - |
| YUV | 24.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 146 | 0.95 | 0.93 | 0 | 0.43 | 239.13 | 0.9 | 0.3 |
| Hex | 8 | A | 92 | 5F | 5D | 0 | 2B | EF | 5A | 1E |
| Octal | 10 | 12 | 222 | 137 | 135 | 0 | 53 | 357 | 132 | 36 |
| Binary | 1000 | 1010 | 10010010 | 1011111 | 1011101 | 0 | 101011 | 11101111 | 1011010 | 11110 |
Color Harmonies of #080A92
Complementary color
Monochromatic Colors of #080A92
Black with #080A92
Text Example
Text Example
White with #080A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A92; }
p { color: rgb(8,10,146); }
H1.HeaderClassName
{
color: #080A92;
}
.AnyTagClassName
{
color: #080A92;
}
</style>
background-color css
<style>
a { background-color: #080A92; }
a { background-color: rgb(8,10,146); }
div.DivClassName
{
background-color: #080A92;
}
.BgClassName
{
background-color: #080A92;
}
</style>
border-color css
<style>
span { border-color: #080A92; }
span { border-color: rgb(8,10,146); }
td.TdClassName
{
border-color: #080A92;
}
.TagClassName
{
border-color: #080A92;
}
</style>