Shades of Ultramarine #0A1687
Tints of Ultramarine #0A1687
RGB
CMYK
RGB Variations
Color information
#0A1687 (or 0x0A1687) is known color: Ultramarine. HEX triplet: 0A, 16 and 87. RGB value is (10,22,135). Sum of RGB (Red+Green+Blue) = 10+22+135=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A1687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1687 is #F5E978. Grayscale: #1E1E1E. Windows color (decimal): -16116089 or 8853002. OLE color: 8853002.
HSL color Cylindrical-coordinate representation of color #0A1687: hue angle of 234.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1687 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 22 | 135 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.47 |
| HSL | 234.24º | 0.86% | 0.28% | - |
| HSV(B) | 234.24º | 0.93% | 0.53% | - |
| XYZ | 4.79 | 2.39 | 23.13 | - |
| YUV | 31.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 135 | 0.93 | 0.84 | 0 | 0.47 | 234.24 | 0.86 | 0.28 |
| Hex | A | 16 | 87 | 5D | 54 | 0 | 2F | EA | 56 | 1C |
| Octal | 12 | 26 | 207 | 135 | 124 | 0 | 57 | 352 | 126 | 34 |
| Binary | 1010 | 10110 | 10000111 | 1011101 | 1010100 | 0 | 101111 | 11101010 | 1010110 | 11100 |
Color Harmonies of #0A1687
Complementary color
Monochromatic Colors of #0A1687
Black with #0A1687
Text Example
Text Example
White with #0A1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1687; }
p { color: rgb(10,22,135); }
H1.HeaderClassName
{
color: #0A1687;
}
.AnyTagClassName
{
color: #0A1687;
}
</style>
background-color css
<style>
a { background-color: #0A1687; }
a { background-color: rgb(10,22,135); }
div.DivClassName
{
background-color: #0A1687;
}
.BgClassName
{
background-color: #0A1687;
}
</style>
border-color css
<style>
span { border-color: #0A1687; }
span { border-color: rgb(10,22,135); }
td.TdClassName
{
border-color: #0A1687;
}
.TagClassName
{
border-color: #0A1687;
}
</style>