Shades of Sapphire #0A316E
Tints of Sapphire #0A316E
RGB
CMYK
RGB Variations
Color information
#0A316E (or 0x0A316E) is known color: Sapphire. HEX triplet: 0A, 31 and 6E. RGB value is (10,49,110). Sum of RGB (Red+Green+Blue) = 10+49+110=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A316E is #F5CE91. Grayscale: #2C2C2C. Windows color (decimal): -16109202 or 7221514. OLE color: 7221514.
HSL color Cylindrical-coordinate representation of color #0A316E: hue angle of 216.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A316E is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 49 | 110 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.57 |
| HSL | 216.6º | 0.83% | 0.24% | - |
| HSV(B) | 216.6º | 0.91% | 0.43% | - |
| XYZ | 4.04 | 3.39 | 15.19 | - |
| YUV | 44.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 110 | 0.91 | 0.55 | 0 | 0.57 | 216.6 | 0.83 | 0.24 |
| Hex | A | 31 | 6E | 5B | 37 | 0 | 39 | D9 | 53 | 18 |
| Octal | 12 | 61 | 156 | 133 | 67 | 0 | 71 | 331 | 123 | 30 |
| Binary | 1010 | 110001 | 1101110 | 1011011 | 110111 | 0 | 111001 | 11011001 | 1010011 | 11000 |
Color Harmonies of #0A316E
Complementary color
Monochromatic Colors of #0A316E
Black with #0A316E
Text Example
Text Example
White with #0A316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A316E; }
p { color: rgb(10,49,110); }
H1.HeaderClassName
{
color: #0A316E;
}
.AnyTagClassName
{
color: #0A316E;
}
</style>
background-color css
<style>
a { background-color: #0A316E; }
a { background-color: rgb(10,49,110); }
div.DivClassName
{
background-color: #0A316E;
}
.BgClassName
{
background-color: #0A316E;
}
</style>
border-color css
<style>
span { border-color: #0A316E; }
span { border-color: rgb(10,49,110); }
td.TdClassName
{
border-color: #0A316E;
}
.TagClassName
{
border-color: #0A316E;
}
</style>