Shades of Ultramarine #081D89
Tints of Ultramarine #081D89
RGB
CMYK
RGB Variations
Color information
#081D89 (or 0x081D89) is known color: Ultramarine. HEX triplet: 08, 1D and 89. RGB value is (8,29,137). Sum of RGB (Red+Green+Blue) = 8+29+137=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #081D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D89 is #F7E276. Grayscale: #222222. Windows color (decimal): -16245367 or 8985864. OLE color: 8985864.
HSL color Cylindrical-coordinate representation of color #081D89: hue angle of 230.23º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081D89 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 29 | 137 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.46 |
| HSL | 230.23º | 0.89% | 0.28% | - |
| HSV(B) | 230.23º | 0.94% | 0.54% | - |
| XYZ | 5.05 | 2.74 | 23.93 | - |
| YUV | 35.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 137 | 0.94 | 0.79 | 0 | 0.46 | 230.23 | 0.89 | 0.28 |
| Hex | 8 | 1D | 89 | 5E | 4F | 0 | 2E | E6 | 59 | 1C |
| Octal | 10 | 35 | 211 | 136 | 117 | 0 | 56 | 346 | 131 | 34 |
| Binary | 1000 | 11101 | 10001001 | 1011110 | 1001111 | 0 | 101110 | 11100110 | 1011001 | 11100 |
Color Harmonies of #081D89
Complementary color
Monochromatic Colors of #081D89
Black with #081D89
Text Example
Text Example
White with #081D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D89; }
p { color: rgb(8,29,137); }
H1.HeaderClassName
{
color: #081D89;
}
.AnyTagClassName
{
color: #081D89;
}
</style>
background-color css
<style>
a { background-color: #081D89; }
a { background-color: rgb(8,29,137); }
div.DivClassName
{
background-color: #081D89;
}
.BgClassName
{
background-color: #081D89;
}
</style>
border-color css
<style>
span { border-color: #081D89; }
span { border-color: rgb(8,29,137); }
td.TdClassName
{
border-color: #081D89;
}
.TagClassName
{
border-color: #081D89;
}
</style>