Shades of Ultramarine #0A1984
Tints of Ultramarine #0A1984
RGB
CMYK
RGB Variations
Color information
#0A1984 (or 0x0A1984) is known color: Ultramarine. HEX triplet: 0A, 19 and 84. RGB value is (10,25,132). Sum of RGB (Red+Green+Blue) = 10+25+132=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A1984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1984 is #F5E67B. Grayscale: #202020. Windows color (decimal): -16115324 or 8657162. OLE color: 8657162.
HSL color Cylindrical-coordinate representation of color #0A1984: hue angle of 232.62º 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 #0A1984 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 25 | 132 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.48 |
| HSL | 232.62º | 0.86% | 0.28% | - |
| HSV(B) | 232.62º | 0.92% | 0.52% | - |
| XYZ | 4.64 | 2.43 | 22.05 | - |
| YUV | 32.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 132 | 0.92 | 0.81 | 0 | 0.48 | 232.62 | 0.86 | 0.28 |
| Hex | A | 19 | 84 | 5C | 51 | 0 | 30 | E9 | 56 | 1C |
| Octal | 12 | 31 | 204 | 134 | 121 | 0 | 60 | 351 | 126 | 34 |
| Binary | 1010 | 11001 | 10000100 | 1011100 | 1010001 | 0 | 110000 | 11101001 | 1010110 | 11100 |
Color Harmonies of #0A1984
Complementary color
Monochromatic Colors of #0A1984
Black with #0A1984
Text Example
Text Example
White with #0A1984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1984; }
p { color: rgb(10,25,132); }
H1.HeaderClassName
{
color: #0A1984;
}
.AnyTagClassName
{
color: #0A1984;
}
</style>
background-color css
<style>
a { background-color: #0A1984; }
a { background-color: rgb(10,25,132); }
div.DivClassName
{
background-color: #0A1984;
}
.BgClassName
{
background-color: #0A1984;
}
</style>
border-color css
<style>
span { border-color: #0A1984; }
span { border-color: rgb(10,25,132); }
td.TdClassName
{
border-color: #0A1984;
}
.TagClassName
{
border-color: #0A1984;
}
</style>