Shades of Ultramarine #081685
Tints of Ultramarine #081685
RGB
CMYK
RGB Variations
Color information
#081685 (or 0x081685) is known color: Ultramarine. HEX triplet: 08, 16 and 85. RGB value is (8,22,133). Sum of RGB (Red+Green+Blue) = 8+22+133=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #081685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081685 is #F7E97A. Grayscale: #1E1E1E. Windows color (decimal): -16247163 or 8721928. OLE color: 8721928.
HSL color Cylindrical-coordinate representation of color #081685: hue angle of 233.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081685 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 22 | 133 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.48 |
| HSL | 233.28º | 0.89% | 0.28% | - |
| HSV(B) | 233.28º | 0.94% | 0.52% | - |
| XYZ | 4.62 | 2.32 | 22.39 | - |
| YUV | 30.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 133 | 0.94 | 0.83 | 0 | 0.48 | 233.28 | 0.89 | 0.28 |
| Hex | 8 | 16 | 85 | 5E | 53 | 0 | 30 | E9 | 59 | 1C |
| Octal | 10 | 26 | 205 | 136 | 123 | 0 | 60 | 351 | 131 | 34 |
| Binary | 1000 | 10110 | 10000101 | 1011110 | 1010011 | 0 | 110000 | 11101001 | 1011001 | 11100 |
Color Harmonies of #081685
Complementary color
Monochromatic Colors of #081685
Black with #081685
Text Example
Text Example
White with #081685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081685; }
p { color: rgb(8,22,133); }
H1.HeaderClassName
{
color: #081685;
}
.AnyTagClassName
{
color: #081685;
}
</style>
background-color css
<style>
a { background-color: #081685; }
a { background-color: rgb(8,22,133); }
div.DivClassName
{
background-color: #081685;
}
.BgClassName
{
background-color: #081685;
}
</style>
border-color css
<style>
span { border-color: #081685; }
span { border-color: rgb(8,22,133); }
td.TdClassName
{
border-color: #081685;
}
.TagClassName
{
border-color: #081685;
}
</style>