Shades of Ultramarine #081582
Tints of Ultramarine #081582
RGB
CMYK
RGB Variations
Color information
#081582 (or 0x081582) is known color: Ultramarine. HEX triplet: 08, 15 and 82. RGB value is (8,21,130). Sum of RGB (Red+Green+Blue) = 8+21+130=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #081582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081582 is #F7EA7D. Grayscale: #1D1D1D. Windows color (decimal): -16247422 or 8525064. OLE color: 8525064.
HSL color Cylindrical-coordinate representation of color #081582: hue angle of 233.61º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081582 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 21 | 130 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.49 |
| HSL | 233.61º | 0.88% | 0.27% | - |
| HSV(B) | 233.61º | 0.94% | 0.51% | - |
| XYZ | 4.4 | 2.2 | 21.31 | - |
| YUV | 29.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 130 | 0.94 | 0.84 | 0 | 0.49 | 233.61 | 0.88 | 0.27 |
| Hex | 8 | 15 | 82 | 5E | 54 | 0 | 31 | EA | 58 | 1B |
| Octal | 10 | 25 | 202 | 136 | 124 | 0 | 61 | 352 | 130 | 33 |
| Binary | 1000 | 10101 | 10000010 | 1011110 | 1010100 | 0 | 110001 | 11101010 | 1011000 | 11011 |
Color Harmonies of #081582
Complementary color
Monochromatic Colors of #081582
Black with #081582
Text Example
Text Example
White with #081582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081582; }
p { color: rgb(8,21,130); }
H1.HeaderClassName
{
color: #081582;
}
.AnyTagClassName
{
color: #081582;
}
</style>
background-color css
<style>
a { background-color: #081582; }
a { background-color: rgb(8,21,130); }
div.DivClassName
{
background-color: #081582;
}
.BgClassName
{
background-color: #081582;
}
</style>
border-color css
<style>
span { border-color: #081582; }
span { border-color: rgb(8,21,130); }
td.TdClassName
{
border-color: #081582;
}
.TagClassName
{
border-color: #081582;
}
</style>