Shades of Sapphire #0A316F
Tints of Sapphire #0A316F
RGB
CMYK
RGB Variations
Color information
#0A316F (or 0x0A316F) is known color: Sapphire. HEX triplet: 0A, 31 and 6F. RGB value is (10,49,111). Sum of RGB (Red+Green+Blue) = 10+49+111=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A316F is #F5CE90. Grayscale: #2C2C2C. Windows color (decimal): -16109201 or 7287050. OLE color: 7287050.
HSL color Cylindrical-coordinate representation of color #0A316F: hue angle of 216.83º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A316F is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 49 | 111 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.56 |
| HSL | 216.83º | 0.83% | 0.24% | - |
| HSV(B) | 216.83º | 0.91% | 0.44% | - |
| XYZ | 4.09 | 3.41 | 15.48 | - |
| YUV | 44.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 111 | 0.91 | 0.56 | 0 | 0.56 | 216.83 | 0.83 | 0.24 |
| Hex | A | 31 | 6F | 5B | 38 | 0 | 38 | D9 | 53 | 18 |
| Octal | 12 | 61 | 157 | 133 | 70 | 0 | 70 | 331 | 123 | 30 |
| Binary | 1010 | 110001 | 1101111 | 1011011 | 111000 | 0 | 111000 | 11011001 | 1010011 | 11000 |
Color Harmonies of #0A316F
Complementary color
Monochromatic Colors of #0A316F
Black with #0A316F
Text Example
Text Example
White with #0A316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A316F; }
p { color: rgb(10,49,111); }
H1.HeaderClassName
{
color: #0A316F;
}
.AnyTagClassName
{
color: #0A316F;
}
</style>
background-color css
<style>
a { background-color: #0A316F; }
a { background-color: rgb(10,49,111); }
div.DivClassName
{
background-color: #0A316F;
}
.BgClassName
{
background-color: #0A316F;
}
</style>
border-color css
<style>
span { border-color: #0A316F; }
span { border-color: rgb(10,49,111); }
td.TdClassName
{
border-color: #0A316F;
}
.TagClassName
{
border-color: #0A316F;
}
</style>