Shades of Sapphire #0A275E
Tints of Sapphire #0A275E
RGB
CMYK
RGB Variations
Color information
#0A275E (or 0x0A275E) is known color: Sapphire. HEX triplet: 0A, 27 and 5E. RGB value is (10,39,94). Sum of RGB (Red+Green+Blue) = 10+39+94=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #0A275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A275E is #F5D8A1. Grayscale: #242424. Windows color (decimal): -16111778 or 6170378. OLE color: 6170378.
HSL color Cylindrical-coordinate representation of color #0A275E: hue angle of 219.29º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A275E is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 39 | 94 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.63 |
| HSL | 219.29º | 0.81% | 0.2% | - |
| HSV(B) | 219.29º | 0.89% | 0.37% | - |
| XYZ | 2.87 | 2.32 | 10.89 | - |
| YUV | 36.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 94 | 0.89 | 0.59 | 0 | 0.63 | 219.29 | 0.81 | 0.2 |
| Hex | A | 27 | 5E | 59 | 3B | 0 | 3F | DB | 51 | 14 |
| Octal | 12 | 47 | 136 | 131 | 73 | 0 | 77 | 333 | 121 | 24 |
| Binary | 1010 | 100111 | 1011110 | 1011001 | 111011 | 0 | 111111 | 11011011 | 1010001 | 10100 |
Color Harmonies of #0A275E
Complementary color
Monochromatic Colors of #0A275E
Black with #0A275E
Text Example
Text Example
White with #0A275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A275E; }
p { color: rgb(10,39,94); }
H1.HeaderClassName
{
color: #0A275E;
}
.AnyTagClassName
{
color: #0A275E;
}
</style>
background-color css
<style>
a { background-color: #0A275E; }
a { background-color: rgb(10,39,94); }
div.DivClassName
{
background-color: #0A275E;
}
.BgClassName
{
background-color: #0A275E;
}
</style>
border-color css
<style>
span { border-color: #0A275E; }
span { border-color: rgb(10,39,94); }
td.TdClassName
{
border-color: #0A275E;
}
.TagClassName
{
border-color: #0A275E;
}
</style>