Shades of Ultramarine #0A1583
Tints of Ultramarine #0A1583
RGB
CMYK
RGB Variations
Color information
#0A1583 (or 0x0A1583) is known color: Ultramarine. HEX triplet: 0A, 15 and 83. RGB value is (10,21,131). Sum of RGB (Red+Green+Blue) = 10+21+131=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A1583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1583 is #F5EA7C. Grayscale: #1D1D1D. Windows color (decimal): -16116349 or 8590602. OLE color: 8590602.
HSL color Cylindrical-coordinate representation of color #0A1583: hue angle of 234.55º 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 #0A1583 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 21 | 131 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.49 |
| HSL | 234.55º | 0.86% | 0.28% | - |
| HSV(B) | 234.55º | 0.92% | 0.51% | - |
| XYZ | 4.49 | 2.24 | 21.67 | - |
| YUV | 30.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 131 | 0.92 | 0.84 | 0 | 0.49 | 234.55 | 0.86 | 0.28 |
| Hex | A | 15 | 83 | 5C | 54 | 0 | 31 | EB | 56 | 1C |
| Octal | 12 | 25 | 203 | 134 | 124 | 0 | 61 | 353 | 126 | 34 |
| Binary | 1010 | 10101 | 10000011 | 1011100 | 1010100 | 0 | 110001 | 11101011 | 1010110 | 11100 |
Color Harmonies of #0A1583
Complementary color
Monochromatic Colors of #0A1583
Black with #0A1583
Text Example
Text Example
White with #0A1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1583; }
p { color: rgb(10,21,131); }
H1.HeaderClassName
{
color: #0A1583;
}
.AnyTagClassName
{
color: #0A1583;
}
</style>
background-color css
<style>
a { background-color: #0A1583; }
a { background-color: rgb(10,21,131); }
div.DivClassName
{
background-color: #0A1583;
}
.BgClassName
{
background-color: #0A1583;
}
</style>
border-color css
<style>
span { border-color: #0A1583; }
span { border-color: rgb(10,21,131); }
td.TdClassName
{
border-color: #0A1583;
}
.TagClassName
{
border-color: #0A1583;
}
</style>