Shades of Ultramarine #0A0C83
Tints of Ultramarine #0A0C83
RGB
CMYK
RGB Variations
Color information
#0A0C83 (or 0x0A0C83) is known color: Ultramarine. HEX triplet: 0A, 0C and 83. RGB value is (10,12,131). Sum of RGB (Red+Green+Blue) = 10+12+131=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A0C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0C83 is #F5F37C. Grayscale: #181818. Windows color (decimal): -16118653 or 8588298. OLE color: 8588298.
HSL color Cylindrical-coordinate representation of color #0A0C83: hue angle of 239.01º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0C83 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 12 | 131 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.49 |
| HSL | 239.01º | 0.86% | 0.28% | - |
| HSV(B) | 239.01º | 0.92% | 0.51% | - |
| XYZ | 4.35 | 1.97 | 21.62 | - |
| YUV | 24.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 131 | 0.92 | 0.91 | 0 | 0.49 | 239.01 | 0.86 | 0.28 |
| Hex | A | C | 83 | 5C | 5B | 0 | 31 | EF | 56 | 1C |
| Octal | 12 | 14 | 203 | 134 | 133 | 0 | 61 | 357 | 126 | 34 |
| Binary | 1010 | 1100 | 10000011 | 1011100 | 1011011 | 0 | 110001 | 11101111 | 1010110 | 11100 |
Color Harmonies of #0A0C83
Complementary color
Monochromatic Colors of #0A0C83
Black with #0A0C83
Text Example
Text Example
White with #0A0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C83; }
p { color: rgb(10,12,131); }
H1.HeaderClassName
{
color: #0A0C83;
}
.AnyTagClassName
{
color: #0A0C83;
}
</style>
background-color css
<style>
a { background-color: #0A0C83; }
a { background-color: rgb(10,12,131); }
div.DivClassName
{
background-color: #0A0C83;
}
.BgClassName
{
background-color: #0A0C83;
}
</style>
border-color css
<style>
span { border-color: #0A0C83; }
span { border-color: rgb(10,12,131); }
td.TdClassName
{
border-color: #0A0C83;
}
.TagClassName
{
border-color: #0A0C83;
}
</style>