Shades of Ultramarine #081988
Tints of Ultramarine #081988
RGB
CMYK
RGB Variations
Color information
#081988 (or 0x081988) is known color: Ultramarine. HEX triplet: 08, 19 and 88. RGB value is (8,25,136). Sum of RGB (Red+Green+Blue) = 8+25+136=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #081988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081988 is #F7E677. Grayscale: #202020. Windows color (decimal): -16246392 or 8919304. OLE color: 8919304.
HSL color Cylindrical-coordinate representation of color #081988: hue angle of 232.03º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081988 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 25 | 136 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.47 |
| HSL | 232.03º | 0.89% | 0.28% | - |
| HSV(B) | 232.03º | 0.94% | 0.53% | - |
| XYZ | 4.89 | 2.52 | 23.52 | - |
| YUV | 32.57 | 186.37 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 136 | 0.94 | 0.82 | 0 | 0.47 | 232.03 | 0.89 | 0.28 |
| Hex | 8 | 19 | 88 | 5E | 52 | 0 | 2F | E8 | 59 | 1C |
| Octal | 10 | 31 | 210 | 136 | 122 | 0 | 57 | 350 | 131 | 34 |
| Binary | 1000 | 11001 | 10001000 | 1011110 | 1010010 | 0 | 101111 | 11101000 | 1011001 | 11100 |
Color Harmonies of #081988
Complementary color
Monochromatic Colors of #081988
Black with #081988
Text Example
Text Example
White with #081988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081988; }
p { color: rgb(8,25,136); }
H1.HeaderClassName
{
color: #081988;
}
.AnyTagClassName
{
color: #081988;
}
</style>
background-color css
<style>
a { background-color: #081988; }
a { background-color: rgb(8,25,136); }
div.DivClassName
{
background-color: #081988;
}
.BgClassName
{
background-color: #081988;
}
</style>
border-color css
<style>
span { border-color: #081988; }
span { border-color: rgb(8,25,136); }
td.TdClassName
{
border-color: #081988;
}
.TagClassName
{
border-color: #081988;
}
</style>