Shades of Ultramarine #081088
Tints of Ultramarine #081088
RGB
CMYK
RGB Variations
Color information
#081088 (or 0x081088) is known color: Ultramarine. HEX triplet: 08, 10 and 88. RGB value is (8,16,136). Sum of RGB (Red+Green+Blue) = 8+16+136=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #081088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081088 is #F7EF77. Grayscale: #1A1A1A. Windows color (decimal): -16248696 or 8917000. OLE color: 8917000.
HSL color Cylindrical-coordinate representation of color #081088: hue angle of 236.25º 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 #081088 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 16 | 136 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.47 |
| HSL | 236.25º | 0.89% | 0.28% | - |
| HSV(B) | 236.25º | 0.94% | 0.53% | - |
| XYZ | 4.73 | 2.2 | 23.47 | - |
| YUV | 27.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 136 | 0.94 | 0.88 | 0 | 0.47 | 236.25 | 0.89 | 0.28 |
| Hex | 8 | 10 | 88 | 5E | 58 | 0 | 2F | EC | 59 | 1C |
| Octal | 10 | 20 | 210 | 136 | 130 | 0 | 57 | 354 | 131 | 34 |
| Binary | 1000 | 10000 | 10001000 | 1011110 | 1011000 | 0 | 101111 | 11101100 | 1011001 | 11100 |
Color Harmonies of #081088
Complementary color
Monochromatic Colors of #081088
Black with #081088
Text Example
Text Example
White with #081088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081088; }
p { color: rgb(8,16,136); }
H1.HeaderClassName
{
color: #081088;
}
.AnyTagClassName
{
color: #081088;
}
</style>
background-color css
<style>
a { background-color: #081088; }
a { background-color: rgb(8,16,136); }
div.DivClassName
{
background-color: #081088;
}
.BgClassName
{
background-color: #081088;
}
</style>
border-color css
<style>
span { border-color: #081088; }
span { border-color: rgb(8,16,136); }
td.TdClassName
{
border-color: #081088;
}
.TagClassName
{
border-color: #081088;
}
</style>