Shades of Ultramarine #0A0885
Tints of Ultramarine #0A0885
RGB
CMYK
RGB Variations
Color information
#0A0885 (or 0x0A0885) is known color: Ultramarine. HEX triplet: 0A, 08 and 85. RGB value is (10,8,133). Sum of RGB (Red+Green+Blue) = 10+8+133=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0885 is #F5F77A. Grayscale: #161616. Windows color (decimal): -16119675 or 8718346. OLE color: 8718346.
HSL color Cylindrical-coordinate representation of color #0A0885: hue angle of 240.96º 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 #0A0885 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 8 | 133 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.48 |
| HSL | 240.96º | 0.89% | 0.28% | - |
| HSV(B) | 240.96º | 0.94% | 0.52% | - |
| XYZ | 4.45 | 1.93 | 22.33 | - |
| YUV | 22.85 | 190.16 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 133 | 0.92 | 0.94 | 0 | 0.48 | 240.96 | 0.89 | 0.28 |
| Hex | A | 8 | 85 | 5C | 5E | 0 | 30 | F1 | 59 | 1C |
| Octal | 12 | 10 | 205 | 134 | 136 | 0 | 60 | 361 | 131 | 34 |
| Binary | 1010 | 1000 | 10000101 | 1011100 | 1011110 | 0 | 110000 | 11110001 | 1011001 | 11100 |
Color Harmonies of #0A0885
Complementary color
Monochromatic Colors of #0A0885
Black with #0A0885
Text Example
Text Example
White with #0A0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0885; }
p { color: rgb(10,8,133); }
H1.HeaderClassName
{
color: #0A0885;
}
.AnyTagClassName
{
color: #0A0885;
}
</style>
background-color css
<style>
a { background-color: #0A0885; }
a { background-color: rgb(10,8,133); }
div.DivClassName
{
background-color: #0A0885;
}
.BgClassName
{
background-color: #0A0885;
}
</style>
border-color css
<style>
span { border-color: #0A0885; }
span { border-color: rgb(10,8,133); }
td.TdClassName
{
border-color: #0A0885;
}
.TagClassName
{
border-color: #0A0885;
}
</style>