Shades of Ultramarine #081999
Tints of Ultramarine #081999
RGB
CMYK
RGB Variations
Color information
#081999 (or 0x081999) is known color: Ultramarine. HEX triplet: 08, 19 and 99. RGB value is (8,25,153). Sum of RGB (Red+Green+Blue) = 8+25+153=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #081999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081999 is #F7E666. Grayscale: #212121. Windows color (decimal): -16246375 or 10033416. OLE color: 10033416.
HSL color Cylindrical-coordinate representation of color #081999: hue angle of 232.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081999 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 25 | 153 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.4 |
| HSL | 232.97º | 0.9% | 0.32% | - |
| HSV(B) | 232.97º | 0.95% | 0.6% | - |
| XYZ | 6.2 | 3.05 | 30.4 | - |
| YUV | 34.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 153 | 0.95 | 0.84 | 0 | 0.4 | 232.97 | 0.9 | 0.32 |
| Hex | 8 | 19 | 99 | 5F | 54 | 0 | 28 | E9 | 5A | 20 |
| Octal | 10 | 31 | 231 | 137 | 124 | 0 | 50 | 351 | 132 | 40 |
| Binary | 1000 | 11001 | 10011001 | 1011111 | 1010100 | 0 | 101000 | 11101001 | 1011010 | 100000 |
Color Harmonies of #081999
Complementary color
Monochromatic Colors of #081999
Black with #081999
Text Example
Text Example
White with #081999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081999; }
p { color: rgb(8,25,153); }
H1.HeaderClassName
{
color: #081999;
}
.AnyTagClassName
{
color: #081999;
}
</style>
background-color css
<style>
a { background-color: #081999; }
a { background-color: rgb(8,25,153); }
div.DivClassName
{
background-color: #081999;
}
.BgClassName
{
background-color: #081999;
}
</style>
border-color css
<style>
span { border-color: #081999; }
span { border-color: rgb(8,25,153); }
td.TdClassName
{
border-color: #081999;
}
.TagClassName
{
border-color: #081999;
}
</style>