Shades of Ultramarine #0A1184
Tints of Ultramarine #0A1184
RGB
CMYK
RGB Variations
Color information
#0A1184 (or 0x0A1184) is known color: Ultramarine. HEX triplet: 0A, 11 and 84. RGB value is (10,17,132). Sum of RGB (Red+Green+Blue) = 10+17+132=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 132 (51.95% from 255 or 83.02% from 159); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A1184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1184 is #F5EE7B. Grayscale: #1B1B1B. Windows color (decimal): -16117372 or 8655114. OLE color: 8655114.
HSL color Cylindrical-coordinate representation of color #0A1184: hue angle of 236.56º 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 #0A1184 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 17 | 132 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.48 |
| HSL | 236.56º | 0.86% | 0.28% | - |
| HSV(B) | 236.56º | 0.92% | 0.52% | - |
| XYZ | 4.49 | 2.13 | 22 | - |
| YUV | 28.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 132 | 0.92 | 0.87 | 0 | 0.48 | 236.56 | 0.86 | 0.28 |
| Hex | A | 11 | 84 | 5C | 57 | 0 | 30 | ED | 56 | 1C |
| Octal | 12 | 21 | 204 | 134 | 127 | 0 | 60 | 355 | 126 | 34 |
| Binary | 1010 | 10001 | 10000100 | 1011100 | 1010111 | 0 | 110000 | 11101101 | 1010110 | 11100 |
Color Harmonies of #0A1184
Complementary color
Monochromatic Colors of #0A1184
Black with #0A1184
Text Example
Text Example
White with #0A1184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1184; }
p { color: rgb(10,17,132); }
H1.HeaderClassName
{
color: #0A1184;
}
.AnyTagClassName
{
color: #0A1184;
}
</style>
background-color css
<style>
a { background-color: #0A1184; }
a { background-color: rgb(10,17,132); }
div.DivClassName
{
background-color: #0A1184;
}
.BgClassName
{
background-color: #0A1184;
}
</style>
border-color css
<style>
span { border-color: #0A1184; }
span { border-color: rgb(10,17,132); }
td.TdClassName
{
border-color: #0A1184;
}
.TagClassName
{
border-color: #0A1184;
}
</style>