Shades of Ultramarine #081385
Tints of Ultramarine #081385
RGB
CMYK
RGB Variations
Color information
#081385 (or 0x081385) is known color: Ultramarine. HEX triplet: 08, 13 and 85. RGB value is (8,19,133). Sum of RGB (Red+Green+Blue) = 8+19+133=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #081385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081385 is #F7EC7A. Grayscale: #1C1C1C. Windows color (decimal): -16247931 or 8721160. OLE color: 8721160.
HSL color Cylindrical-coordinate representation of color #081385: hue angle of 234.72º 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 #081385 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 19 | 133 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.48 |
| HSL | 234.72º | 0.89% | 0.28% | - |
| HSV(B) | 234.72º | 0.94% | 0.52% | - |
| XYZ | 4.57 | 2.21 | 22.38 | - |
| YUV | 28.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 133 | 0.94 | 0.86 | 0 | 0.48 | 234.72 | 0.89 | 0.28 |
| Hex | 8 | 13 | 85 | 5E | 56 | 0 | 30 | EB | 59 | 1C |
| Octal | 10 | 23 | 205 | 136 | 126 | 0 | 60 | 353 | 131 | 34 |
| Binary | 1000 | 10011 | 10000101 | 1011110 | 1010110 | 0 | 110000 | 11101011 | 1011001 | 11100 |
Color Harmonies of #081385
Complementary color
Monochromatic Colors of #081385
Black with #081385
Text Example
Text Example
White with #081385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081385; }
p { color: rgb(8,19,133); }
H1.HeaderClassName
{
color: #081385;
}
.AnyTagClassName
{
color: #081385;
}
</style>
background-color css
<style>
a { background-color: #081385; }
a { background-color: rgb(8,19,133); }
div.DivClassName
{
background-color: #081385;
}
.BgClassName
{
background-color: #081385;
}
</style>
border-color css
<style>
span { border-color: #081385; }
span { border-color: rgb(8,19,133); }
td.TdClassName
{
border-color: #081385;
}
.TagClassName
{
border-color: #081385;
}
</style>