Shades of Ultramarine #080B8A
Tints of Ultramarine #080B8A
RGB
CMYK
RGB Variations
Color information
#080B8A (or 0x080B8A) is known color: Ultramarine. HEX triplet: 08, 0B and 8A. RGB value is (8,11,138). Sum of RGB (Red+Green+Blue) = 8+11+138=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #080B8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B8A is #F7F475. Grayscale: #181818. Windows color (decimal): -16249974 or 9046792. OLE color: 9046792.
HSL color Cylindrical-coordinate representation of color #080B8A: hue angle of 238.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080B8A is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 11 | 138 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.46 |
| HSL | 238.62º | 0.89% | 0.29% | - |
| HSV(B) | 238.62º | 0.94% | 0.54% | - |
| XYZ | 4.81 | 2.13 | 24.2 | - |
| YUV | 24.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 138 | 0.94 | 0.92 | 0 | 0.46 | 238.62 | 0.89 | 0.29 |
| Hex | 8 | B | 8A | 5E | 5C | 0 | 2E | EF | 59 | 1D |
| Octal | 10 | 13 | 212 | 136 | 134 | 0 | 56 | 357 | 131 | 35 |
| Binary | 1000 | 1011 | 10001010 | 1011110 | 1011100 | 0 | 101110 | 11101111 | 1011001 | 11101 |
Color Harmonies of #080B8A
Complementary color
Monochromatic Colors of #080B8A
Black with #080B8A
Text Example
Text Example
White with #080B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B8A; }
p { color: rgb(8,11,138); }
H1.HeaderClassName
{
color: #080B8A;
}
.AnyTagClassName
{
color: #080B8A;
}
</style>
background-color css
<style>
a { background-color: #080B8A; }
a { background-color: rgb(8,11,138); }
div.DivClassName
{
background-color: #080B8A;
}
.BgClassName
{
background-color: #080B8A;
}
</style>
border-color css
<style>
span { border-color: #080B8A; }
span { border-color: rgb(8,11,138); }
td.TdClassName
{
border-color: #080B8A;
}
.TagClassName
{
border-color: #080B8A;
}
</style>