Shades of Ultramarine #081491
Tints of Ultramarine #081491
RGB
CMYK
RGB Variations
Color information
#081491 (or 0x081491) is known color: Ultramarine. HEX triplet: 08, 14 and 91. RGB value is (8,20,145). Sum of RGB (Red+Green+Blue) = 8+20+145=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 145 (57.03% from 255 or 83.82% from 173); Max value from RGB is 145 - color contains mainly: blue. Hex color #081491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081491 is #F7EB6E. Grayscale: #1E1E1E. Windows color (decimal): -16247663 or 9507848. OLE color: 9507848.
HSL color Cylindrical-coordinate representation of color #081491: hue angle of 234.74º 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 #081491 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 20 | 145 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.43 |
| HSL | 234.74º | 0.9% | 0.3% | - |
| HSV(B) | 234.74º | 0.94% | 0.57% | - |
| XYZ | 5.46 | 2.6 | 27 | - |
| YUV | 30.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 145 | 0.94 | 0.86 | 0 | 0.43 | 234.74 | 0.9 | 0.3 |
| Hex | 8 | 14 | 91 | 5E | 56 | 0 | 2B | EB | 5A | 1E |
| Octal | 10 | 24 | 221 | 136 | 126 | 0 | 53 | 353 | 132 | 36 |
| Binary | 1000 | 10100 | 10010001 | 1011110 | 1010110 | 0 | 101011 | 11101011 | 1011010 | 11110 |
Color Harmonies of #081491
Complementary color
Monochromatic Colors of #081491
Black with #081491
Text Example
Text Example
White with #081491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081491; }
p { color: rgb(8,20,145); }
H1.HeaderClassName
{
color: #081491;
}
.AnyTagClassName
{
color: #081491;
}
</style>
background-color css
<style>
a { background-color: #081491; }
a { background-color: rgb(8,20,145); }
div.DivClassName
{
background-color: #081491;
}
.BgClassName
{
background-color: #081491;
}
</style>
border-color css
<style>
span { border-color: #081491; }
span { border-color: rgb(8,20,145); }
td.TdClassName
{
border-color: #081491;
}
.TagClassName
{
border-color: #081491;
}
</style>