Shades of Ultramarine #081191
Tints of Ultramarine #081191
RGB
CMYK
RGB Variations
Color information
#081191 (or 0x081191) is known color: Ultramarine. HEX triplet: 08, 11 and 91. RGB value is (8,17,145). Sum of RGB (Red+Green+Blue) = 8+17+145=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #081191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081191 is #F7EE6E. Grayscale: #1C1C1C. Windows color (decimal): -16248431 or 9507080. OLE color: 9507080.
HSL color Cylindrical-coordinate representation of color #081191: hue angle of 236.06º 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 #081191 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 17 | 145 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.43 |
| HSL | 236.06º | 0.9% | 0.3% | - |
| HSV(B) | 236.06º | 0.94% | 0.57% | - |
| XYZ | 5.41 | 2.5 | 26.98 | - |
| YUV | 28.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 145 | 0.94 | 0.88 | 0 | 0.43 | 236.06 | 0.9 | 0.3 |
| Hex | 8 | 11 | 91 | 5E | 58 | 0 | 2B | EC | 5A | 1E |
| Octal | 10 | 21 | 221 | 136 | 130 | 0 | 53 | 354 | 132 | 36 |
| Binary | 1000 | 10001 | 10010001 | 1011110 | 1011000 | 0 | 101011 | 11101100 | 1011010 | 11110 |
Color Harmonies of #081191
Complementary color
Monochromatic Colors of #081191
Black with #081191
Text Example
Text Example
White with #081191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081191; }
p { color: rgb(8,17,145); }
H1.HeaderClassName
{
color: #081191;
}
.AnyTagClassName
{
color: #081191;
}
</style>
background-color css
<style>
a { background-color: #081191; }
a { background-color: rgb(8,17,145); }
div.DivClassName
{
background-color: #081191;
}
.BgClassName
{
background-color: #081191;
}
</style>
border-color css
<style>
span { border-color: #081191; }
span { border-color: rgb(8,17,145); }
td.TdClassName
{
border-color: #081191;
}
.TagClassName
{
border-color: #081191;
}
</style>