Shades of Ultramarine #0A1985
Tints of Ultramarine #0A1985
RGB
CMYK
RGB Variations
Color information
#0A1985 (or 0x0A1985) is known color: Ultramarine. HEX triplet: 0A, 19 and 85. RGB value is (10,25,133). Sum of RGB (Red+Green+Blue) = 10+25+133=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A1985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1985 is #F5E67A. Grayscale: #202020. Windows color (decimal): -16115323 or 8722698. OLE color: 8722698.
HSL color Cylindrical-coordinate representation of color #0A1985: hue angle of 232.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1985 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 25 | 133 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.48 |
| HSL | 232.68º | 0.86% | 0.28% | - |
| HSV(B) | 232.68º | 0.92% | 0.52% | - |
| XYZ | 4.71 | 2.45 | 22.42 | - |
| YUV | 32.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 133 | 0.92 | 0.81 | 0 | 0.48 | 232.68 | 0.86 | 0.28 |
| Hex | A | 19 | 85 | 5C | 51 | 0 | 30 | E9 | 56 | 1C |
| Octal | 12 | 31 | 205 | 134 | 121 | 0 | 60 | 351 | 126 | 34 |
| Binary | 1010 | 11001 | 10000101 | 1011100 | 1010001 | 0 | 110000 | 11101001 | 1010110 | 11100 |
Color Harmonies of #0A1985
Complementary color
Monochromatic Colors of #0A1985
Black with #0A1985
Text Example
Text Example
White with #0A1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1985; }
p { color: rgb(10,25,133); }
H1.HeaderClassName
{
color: #0A1985;
}
.AnyTagClassName
{
color: #0A1985;
}
</style>
background-color css
<style>
a { background-color: #0A1985; }
a { background-color: rgb(10,25,133); }
div.DivClassName
{
background-color: #0A1985;
}
.BgClassName
{
background-color: #0A1985;
}
</style>
border-color css
<style>
span { border-color: #0A1985; }
span { border-color: rgb(10,25,133); }
td.TdClassName
{
border-color: #0A1985;
}
.TagClassName
{
border-color: #0A1985;
}
</style>