Shades of Ultramarine #080D8A
Tints of Ultramarine #080D8A
RGB
CMYK
RGB Variations
Color information
#080D8A (or 0x080D8A) is known color: Ultramarine. HEX triplet: 08, 0D and 8A. RGB value is (8,13,138). Sum of RGB (Red+Green+Blue) = 8+13+138=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #080D8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D8A is #F7F275. Grayscale: #191919. Windows color (decimal): -16249462 or 9047304. OLE color: 9047304.
HSL color Cylindrical-coordinate representation of color #080D8A: hue angle of 237.69º 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 #080D8A is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 13 | 138 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.46 |
| HSL | 237.69º | 0.89% | 0.29% | - |
| HSV(B) | 237.69º | 0.94% | 0.54% | - |
| XYZ | 4.83 | 2.17 | 24.21 | - |
| YUV | 25.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 138 | 0.94 | 0.91 | 0 | 0.46 | 237.69 | 0.89 | 0.29 |
| Hex | 8 | D | 8A | 5E | 5B | 0 | 2E | EE | 59 | 1D |
| Octal | 10 | 15 | 212 | 136 | 133 | 0 | 56 | 356 | 131 | 35 |
| Binary | 1000 | 1101 | 10001010 | 1011110 | 1011011 | 0 | 101110 | 11101110 | 1011001 | 11101 |
Color Harmonies of #080D8A
Complementary color
Monochromatic Colors of #080D8A
Black with #080D8A
Text Example
Text Example
White with #080D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D8A; }
p { color: rgb(8,13,138); }
H1.HeaderClassName
{
color: #080D8A;
}
.AnyTagClassName
{
color: #080D8A;
}
</style>
background-color css
<style>
a { background-color: #080D8A; }
a { background-color: rgb(8,13,138); }
div.DivClassName
{
background-color: #080D8A;
}
.BgClassName
{
background-color: #080D8A;
}
</style>
border-color css
<style>
span { border-color: #080D8A; }
span { border-color: rgb(8,13,138); }
td.TdClassName
{
border-color: #080D8A;
}
.TagClassName
{
border-color: #080D8A;
}
</style>