Shades of Ultramarine #080A94
Tints of Ultramarine #080A94
RGB
CMYK
RGB Variations
Color information
#080A94 (or 0x080A94) is known color: Ultramarine. HEX triplet: 08, 0A and 94. RGB value is (8,10,148). Sum of RGB (Red+Green+Blue) = 8+10+148=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #080A94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A94 is #F7F56B. Grayscale: #181818. Windows color (decimal): -16250220 or 9701896. OLE color: 9701896.
HSL color Cylindrical-coordinate representation of color #080A94: hue angle of 239.14º 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 #080A94 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 10 | 148 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.42 |
| HSL | 239.14º | 0.9% | 0.31% | - |
| HSV(B) | 239.14º | 0.95% | 0.58% | - |
| XYZ | 5.55 | 2.41 | 28.19 | - |
| YUV | 25.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 148 | 0.95 | 0.93 | 0 | 0.42 | 239.14 | 0.9 | 0.31 |
| Hex | 8 | A | 94 | 5F | 5D | 0 | 2A | EF | 5A | 1F |
| Octal | 10 | 12 | 224 | 137 | 135 | 0 | 52 | 357 | 132 | 37 |
| Binary | 1000 | 1010 | 10010100 | 1011111 | 1011101 | 0 | 101010 | 11101111 | 1011010 | 11111 |
Color Harmonies of #080A94
Complementary color
Monochromatic Colors of #080A94
Black with #080A94
Text Example
Text Example
White with #080A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A94; }
p { color: rgb(8,10,148); }
H1.HeaderClassName
{
color: #080A94;
}
.AnyTagClassName
{
color: #080A94;
}
</style>
background-color css
<style>
a { background-color: #080A94; }
a { background-color: rgb(8,10,148); }
div.DivClassName
{
background-color: #080A94;
}
.BgClassName
{
background-color: #080A94;
}
</style>
border-color css
<style>
span { border-color: #080A94; }
span { border-color: rgb(8,10,148); }
td.TdClassName
{
border-color: #080A94;
}
.TagClassName
{
border-color: #080A94;
}
</style>