Shades of Ultramarine #0A0D85
Tints of Ultramarine #0A0D85
RGB
CMYK
RGB Variations
Color information
#0A0D85 (or 0x0A0D85) is known color: Ultramarine. HEX triplet: 0A, 0D and 85. RGB value is (10,13,133). Sum of RGB (Red+Green+Blue) = 10+13+133=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0D85 is #F5F27A. Grayscale: #191919. Windows color (decimal): -16118395 or 8719626. OLE color: 8719626.
HSL color Cylindrical-coordinate representation of color #0A0D85: hue angle of 238.54º 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 #0A0D85 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 13 | 133 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.48 |
| HSL | 238.54º | 0.86% | 0.28% | - |
| HSV(B) | 238.54º | 0.92% | 0.52% | - |
| XYZ | 4.5 | 2.05 | 22.35 | - |
| YUV | 25.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 133 | 0.92 | 0.90 | 0 | 0.48 | 238.54 | 0.86 | 0.28 |
| Hex | A | D | 85 | 5C | 5A | 0 | 30 | EF | 56 | 1C |
| Octal | 12 | 15 | 205 | 134 | 132 | 0 | 60 | 357 | 126 | 34 |
| Binary | 1010 | 1101 | 10000101 | 1011100 | 1011010 | 0 | 110000 | 11101111 | 1010110 | 11100 |
Color Harmonies of #0A0D85
Complementary color
Monochromatic Colors of #0A0D85
Black with #0A0D85
Text Example
Text Example
White with #0A0D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0D85; }
p { color: rgb(10,13,133); }
H1.HeaderClassName
{
color: #0A0D85;
}
.AnyTagClassName
{
color: #0A0D85;
}
</style>
background-color css
<style>
a { background-color: #0A0D85; }
a { background-color: rgb(10,13,133); }
div.DivClassName
{
background-color: #0A0D85;
}
.BgClassName
{
background-color: #0A0D85;
}
</style>
border-color css
<style>
span { border-color: #0A0D85; }
span { border-color: rgb(10,13,133); }
td.TdClassName
{
border-color: #0A0D85;
}
.TagClassName
{
border-color: #0A0D85;
}
</style>