Shades of Sapphire #0A2968
Tints of Sapphire #0A2968
RGB
CMYK
RGB Variations
Color information
#0A2968 (or 0x0A2968) is known color: Sapphire. HEX triplet: 0A, 29 and 68. RGB value is (10,41,104). Sum of RGB (Red+Green+Blue) = 10+41+104=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A2968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2968 is #F5D697. Grayscale: #262626. Windows color (decimal): -16111256 or 6826250. OLE color: 6826250.
HSL color Cylindrical-coordinate representation of color #0A2968: hue angle of 220.21º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2968 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 41 | 104 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.59 |
| HSL | 220.21º | 0.82% | 0.22% | - |
| HSV(B) | 220.21º | 0.9% | 0.41% | - |
| XYZ | 3.42 | 2.65 | 13.43 | - |
| YUV | 38.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 104 | 0.90 | 0.61 | 0 | 0.59 | 220.21 | 0.82 | 0.22 |
| Hex | A | 29 | 68 | 5A | 3D | 0 | 3B | DC | 52 | 16 |
| Octal | 12 | 51 | 150 | 132 | 75 | 0 | 73 | 334 | 122 | 26 |
| Binary | 1010 | 101001 | 1101000 | 1011010 | 111101 | 0 | 111011 | 11011100 | 1010010 | 10110 |
Color Harmonies of #0A2968
Complementary color
Monochromatic Colors of #0A2968
Black with #0A2968
Text Example
Text Example
White with #0A2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2968; }
p { color: rgb(10,41,104); }
H1.HeaderClassName
{
color: #0A2968;
}
.AnyTagClassName
{
color: #0A2968;
}
</style>
background-color css
<style>
a { background-color: #0A2968; }
a { background-color: rgb(10,41,104); }
div.DivClassName
{
background-color: #0A2968;
}
.BgClassName
{
background-color: #0A2968;
}
</style>
border-color css
<style>
span { border-color: #0A2968; }
span { border-color: rgb(10,41,104); }
td.TdClassName
{
border-color: #0A2968;
}
.TagClassName
{
border-color: #0A2968;
}
</style>