Shades of Ultramarine #081A8A
Tints of Ultramarine #081A8A
RGB
CMYK
RGB Variations
Color information
#081A8A (or 0x081A8A) is known color: Ultramarine. HEX triplet: 08, 1A and 8A. RGB value is (8,26,138). Sum of RGB (Red+Green+Blue) = 8+26+138=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #081A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081A8A is #F7E575. Grayscale: #202020. Windows color (decimal): -16246134 or 9050632. OLE color: 9050632.
HSL color Cylindrical-coordinate representation of color #081A8A: hue angle of 231.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081A8A is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 26 | 138 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.46 |
| HSL | 231.69º | 0.89% | 0.29% | - |
| HSV(B) | 231.69º | 0.94% | 0.54% | - |
| XYZ | 5.06 | 2.63 | 24.28 | - |
| YUV | 33.39 | 187.04 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 138 | 0.94 | 0.81 | 0 | 0.46 | 231.69 | 0.89 | 0.29 |
| Hex | 8 | 1A | 8A | 5E | 51 | 0 | 2E | E8 | 59 | 1D |
| Octal | 10 | 32 | 212 | 136 | 121 | 0 | 56 | 350 | 131 | 35 |
| Binary | 1000 | 11010 | 10001010 | 1011110 | 1010001 | 0 | 101110 | 11101000 | 1011001 | 11101 |
Color Harmonies of #081A8A
Complementary color
Monochromatic Colors of #081A8A
Black with #081A8A
Text Example
Text Example
White with #081A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A8A; }
p { color: rgb(8,26,138); }
H1.HeaderClassName
{
color: #081A8A;
}
.AnyTagClassName
{
color: #081A8A;
}
</style>
background-color css
<style>
a { background-color: #081A8A; }
a { background-color: rgb(8,26,138); }
div.DivClassName
{
background-color: #081A8A;
}
.BgClassName
{
background-color: #081A8A;
}
</style>
border-color css
<style>
span { border-color: #081A8A; }
span { border-color: rgb(8,26,138); }
td.TdClassName
{
border-color: #081A8A;
}
.TagClassName
{
border-color: #081A8A;
}
</style>