Shades of Sapphire #0A276E
Tints of Sapphire #0A276E
RGB
CMYK
RGB Variations
Color information
#0A276E (or 0x0A276E) is known color: Sapphire. HEX triplet: 0A, 27 and 6E. RGB value is (10,39,110). Sum of RGB (Red+Green+Blue) = 10+39+110=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A276E is #F5D891. Grayscale: #262626. Windows color (decimal): -16111762 or 7218954. OLE color: 7218954.
HSL color Cylindrical-coordinate representation of color #0A276E: hue angle of 222.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 #0A276E is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 39 | 110 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.57 |
| HSL | 222.6º | 0.83% | 0.24% | - |
| HSV(B) | 222.6º | 0.91% | 0.43% | - |
| XYZ | 3.67 | 2.64 | 15.07 | - |
| YUV | 38.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 110 | 0.91 | 0.65 | 0 | 0.57 | 222.6 | 0.83 | 0.24 |
| Hex | A | 27 | 6E | 5B | 41 | 0 | 39 | DF | 53 | 18 |
| Octal | 12 | 47 | 156 | 133 | 101 | 0 | 71 | 337 | 123 | 30 |
| Binary | 1010 | 100111 | 1101110 | 1011011 | 1000001 | 0 | 111001 | 11011111 | 1010011 | 11000 |
Color Harmonies of #0A276E
Complementary color
Monochromatic Colors of #0A276E
Black with #0A276E
Text Example
Text Example
White with #0A276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A276E; }
p { color: rgb(10,39,110); }
H1.HeaderClassName
{
color: #0A276E;
}
.AnyTagClassName
{
color: #0A276E;
}
</style>
background-color css
<style>
a { background-color: #0A276E; }
a { background-color: rgb(10,39,110); }
div.DivClassName
{
background-color: #0A276E;
}
.BgClassName
{
background-color: #0A276E;
}
</style>
border-color css
<style>
span { border-color: #0A276E; }
span { border-color: rgb(10,39,110); }
td.TdClassName
{
border-color: #0A276E;
}
.TagClassName
{
border-color: #0A276E;
}
</style>