Shades of Sapphire #0A317A
Tints of Sapphire #0A317A
RGB
CMYK
RGB Variations
Color information
#0A317A (or 0x0A317A) is known color: Sapphire. HEX triplet: 0A, 31 and 7A. RGB value is (10,49,122). Sum of RGB (Red+Green+Blue) = 10+49+122=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A317A is #F5CE85. Grayscale: #2D2D2D. Windows color (decimal): -16109190 or 8007946. OLE color: 8007946.
HSL color Cylindrical-coordinate representation of color #0A317A: hue angle of 219.11º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A317A is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 49 | 122 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.52 |
| HSL | 219.11º | 0.85% | 0.26% | - |
| HSV(B) | 219.11º | 0.92% | 0.48% | - |
| XYZ | 4.74 | 3.67 | 18.87 | - |
| YUV | 45.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 122 | 0.92 | 0.60 | 0 | 0.52 | 219.11 | 0.85 | 0.26 |
| Hex | A | 31 | 7A | 5C | 3C | 0 | 34 | DB | 55 | 1A |
| Octal | 12 | 61 | 172 | 134 | 74 | 0 | 64 | 333 | 125 | 32 |
| Binary | 1010 | 110001 | 1111010 | 1011100 | 111100 | 0 | 110100 | 11011011 | 1010101 | 11010 |
Color Harmonies of #0A317A
Complementary color
Monochromatic Colors of #0A317A
Black with #0A317A
Text Example
Text Example
White with #0A317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A317A; }
p { color: rgb(10,49,122); }
H1.HeaderClassName
{
color: #0A317A;
}
.AnyTagClassName
{
color: #0A317A;
}
</style>
background-color css
<style>
a { background-color: #0A317A; }
a { background-color: rgb(10,49,122); }
div.DivClassName
{
background-color: #0A317A;
}
.BgClassName
{
background-color: #0A317A;
}
</style>
border-color css
<style>
span { border-color: #0A317A; }
span { border-color: rgb(10,49,122); }
td.TdClassName
{
border-color: #0A317A;
}
.TagClassName
{
border-color: #0A317A;
}
</style>