Shades of Sapphire #0A275B
Tints of Sapphire #0A275B
RGB
CMYK
RGB Variations
Color information
#0A275B (or 0x0A275B) is known color: Sapphire. HEX triplet: 0A, 27 and 5B. RGB value is (10,39,91). Sum of RGB (Red+Green+Blue) = 10+39+91=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A275B is #F5D8A4. Grayscale: #242424. Windows color (decimal): -16111781 or 5973770. OLE color: 5973770.
HSL color Cylindrical-coordinate representation of color #0A275B: hue angle of 218.52º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A275B is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 39 | 91 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.64 |
| HSL | 218.52º | 0.8% | 0.2% | - |
| HSV(B) | 218.52º | 0.89% | 0.36% | - |
| XYZ | 2.74 | 2.27 | 10.19 | - |
| YUV | 36.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 91 | 0.89 | 0.57 | 0 | 0.64 | 218.52 | 0.8 | 0.2 |
| Hex | A | 27 | 5B | 59 | 39 | 0 | 40 | DB | 50 | 14 |
| Octal | 12 | 47 | 133 | 131 | 71 | 0 | 100 | 333 | 120 | 24 |
| Binary | 1010 | 100111 | 1011011 | 1011001 | 111001 | 0 | 1000000 | 11011011 | 1010000 | 10100 |
Color Harmonies of #0A275B
Complementary color
Monochromatic Colors of #0A275B
Black with #0A275B
Text Example
Text Example
White with #0A275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A275B; }
p { color: rgb(10,39,91); }
H1.HeaderClassName
{
color: #0A275B;
}
.AnyTagClassName
{
color: #0A275B;
}
</style>
background-color css
<style>
a { background-color: #0A275B; }
a { background-color: rgb(10,39,91); }
div.DivClassName
{
background-color: #0A275B;
}
.BgClassName
{
background-color: #0A275B;
}
</style>
border-color css
<style>
span { border-color: #0A275B; }
span { border-color: rgb(10,39,91); }
td.TdClassName
{
border-color: #0A275B;
}
.TagClassName
{
border-color: #0A275B;
}
</style>