Shades of Ultramarine #081891
Tints of Ultramarine #081891
RGB
CMYK
RGB Variations
Color information
#081891 (or 0x081891) is known color: Ultramarine. HEX triplet: 08, 18 and 91. RGB value is (8,24,145). Sum of RGB (Red+Green+Blue) = 8+24+145=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #081891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081891 is #F7E76E. Grayscale: #202020. Windows color (decimal): -16246639 or 9508872. OLE color: 9508872.
HSL color Cylindrical-coordinate representation of color #081891: hue angle of 232.99º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081891 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 24 | 145 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.43 |
| HSL | 232.99º | 0.9% | 0.3% | - |
| HSV(B) | 232.99º | 0.94% | 0.57% | - |
| XYZ | 5.54 | 2.75 | 27.03 | - |
| YUV | 33.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 145 | 0.94 | 0.83 | 0 | 0.43 | 232.99 | 0.9 | 0.3 |
| Hex | 8 | 18 | 91 | 5E | 53 | 0 | 2B | E9 | 5A | 1E |
| Octal | 10 | 30 | 221 | 136 | 123 | 0 | 53 | 351 | 132 | 36 |
| Binary | 1000 | 11000 | 10010001 | 1011110 | 1010011 | 0 | 101011 | 11101001 | 1011010 | 11110 |
Color Harmonies of #081891
Complementary color
Monochromatic Colors of #081891
Black with #081891
Text Example
Text Example
White with #081891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081891; }
p { color: rgb(8,24,145); }
H1.HeaderClassName
{
color: #081891;
}
.AnyTagClassName
{
color: #081891;
}
</style>
background-color css
<style>
a { background-color: #081891; }
a { background-color: rgb(8,24,145); }
div.DivClassName
{
background-color: #081891;
}
.BgClassName
{
background-color: #081891;
}
</style>
border-color css
<style>
span { border-color: #081891; }
span { border-color: rgb(8,24,145); }
td.TdClassName
{
border-color: #081891;
}
.TagClassName
{
border-color: #081891;
}
</style>