Shades of Ultramarine #081B8D
Tints of Ultramarine #081B8D
RGB
CMYK
RGB Variations
Color information
#081B8D (or 0x081B8D) is known color: Ultramarine. HEX triplet: 08, 1B and 8D. RGB value is (8,27,141). Sum of RGB (Red+Green+Blue) = 8+27+141=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #081B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081B8D is #F7E472. Grayscale: #212121. Windows color (decimal): -16245875 or 9247496. OLE color: 9247496.
HSL color Cylindrical-coordinate representation of color #081B8D: hue angle of 231.43º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081B8D is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 27 | 141 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.45 |
| HSL | 231.43º | 0.89% | 0.29% | - |
| HSV(B) | 231.43º | 0.94% | 0.55% | - |
| XYZ | 5.3 | 2.76 | 25.45 | - |
| YUV | 34.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 141 | 0.94 | 0.81 | 0 | 0.45 | 231.43 | 0.89 | 0.29 |
| Hex | 8 | 1B | 8D | 5E | 51 | 0 | 2D | E7 | 59 | 1D |
| Octal | 10 | 33 | 215 | 136 | 121 | 0 | 55 | 347 | 131 | 35 |
| Binary | 1000 | 11011 | 10001101 | 1011110 | 1010001 | 0 | 101101 | 11100111 | 1011001 | 11101 |
Color Harmonies of #081B8D
Complementary color
Monochromatic Colors of #081B8D
Black with #081B8D
Text Example
Text Example
White with #081B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B8D; }
p { color: rgb(8,27,141); }
H1.HeaderClassName
{
color: #081B8D;
}
.AnyTagClassName
{
color: #081B8D;
}
</style>
background-color css
<style>
a { background-color: #081B8D; }
a { background-color: rgb(8,27,141); }
div.DivClassName
{
background-color: #081B8D;
}
.BgClassName
{
background-color: #081B8D;
}
</style>
border-color css
<style>
span { border-color: #081B8D; }
span { border-color: rgb(8,27,141); }
td.TdClassName
{
border-color: #081B8D;
}
.TagClassName
{
border-color: #081B8D;
}
</style>