Shades of Ultramarine #080B8B
Tints of Ultramarine #080B8B
RGB
CMYK
RGB Variations
Color information
#080B8B (or 0x080B8B) is known color: Ultramarine. HEX triplet: 08, 0B and 8B. RGB value is (8,11,139). Sum of RGB (Red+Green+Blue) = 8+11+139=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #080B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B8B is #F7F474. Grayscale: #181818. Windows color (decimal): -16249973 or 9112328. OLE color: 9112328.
HSL color Cylindrical-coordinate representation of color #080B8B: hue angle of 238.63º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080B8B is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 11 | 139 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.45 |
| HSL | 238.63º | 0.89% | 0.29% | - |
| HSV(B) | 238.63º | 0.94% | 0.55% | - |
| XYZ | 4.88 | 2.16 | 24.58 | - |
| YUV | 24.7 | 192.51 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 139 | 0.94 | 0.92 | 0 | 0.45 | 238.63 | 0.89 | 0.29 |
| Hex | 8 | B | 8B | 5E | 5C | 0 | 2D | EF | 59 | 1D |
| Octal | 10 | 13 | 213 | 136 | 134 | 0 | 55 | 357 | 131 | 35 |
| Binary | 1000 | 1011 | 10001011 | 1011110 | 1011100 | 0 | 101101 | 11101111 | 1011001 | 11101 |
Color Harmonies of #080B8B
Complementary color
Monochromatic Colors of #080B8B
Black with #080B8B
Text Example
Text Example
White with #080B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B8B; }
p { color: rgb(8,11,139); }
H1.HeaderClassName
{
color: #080B8B;
}
.AnyTagClassName
{
color: #080B8B;
}
</style>
background-color css
<style>
a { background-color: #080B8B; }
a { background-color: rgb(8,11,139); }
div.DivClassName
{
background-color: #080B8B;
}
.BgClassName
{
background-color: #080B8B;
}
</style>
border-color css
<style>
span { border-color: #080B8B; }
span { border-color: rgb(8,11,139); }
td.TdClassName
{
border-color: #080B8B;
}
.TagClassName
{
border-color: #080B8B;
}
</style>