Shades of Sapphire #0A2864
Tints of Sapphire #0A2864
RGB
CMYK
RGB Variations
Color information
#0A2864 (or 0x0A2864) is known color: Sapphire. HEX triplet: 0A, 28 and 64. RGB value is (10,40,100). Sum of RGB (Red+Green+Blue) = 10+40+100=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A2864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2864 is #F5D79B. Grayscale: #252525. Windows color (decimal): -16111516 or 6563850. OLE color: 6563850.
HSL color Cylindrical-coordinate representation of color #0A2864: hue angle of 220º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2864 is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 40 | 100 | - |
| CMYK | 0.90 | 0.6 | 0 | 0.61 |
| HSL | 220º | 0.82% | 0.22% | - |
| HSV(B) | 220º | 0.9% | 0.39% | - |
| XYZ | 3.18 | 2.5 | 12.37 | - |
| YUV | 37.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 100 | 0.90 | 0.6 | 0 | 0.61 | 220 | 0.82 | 0.22 |
| Hex | A | 28 | 64 | 5A | 3C | 0 | 3D | DC | 52 | 16 |
| Octal | 12 | 50 | 144 | 132 | 74 | 0 | 75 | 334 | 122 | 26 |
| Binary | 1010 | 101000 | 1100100 | 1011010 | 111100 | 0 | 111101 | 11011100 | 1010010 | 10110 |
Color Harmonies of #0A2864
Complementary color
Monochromatic Colors of #0A2864
Black with #0A2864
Text Example
Text Example
White with #0A2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2864; }
p { color: rgb(10,40,100); }
H1.HeaderClassName
{
color: #0A2864;
}
.AnyTagClassName
{
color: #0A2864;
}
</style>
background-color css
<style>
a { background-color: #0A2864; }
a { background-color: rgb(10,40,100); }
div.DivClassName
{
background-color: #0A2864;
}
.BgClassName
{
background-color: #0A2864;
}
</style>
border-color css
<style>
span { border-color: #0A2864; }
span { border-color: rgb(10,40,100); }
td.TdClassName
{
border-color: #0A2864;
}
.TagClassName
{
border-color: #0A2864;
}
</style>