Shades of Sapphire #0A284F
Tints of Sapphire #0A284F
RGB
CMYK
RGB Variations
Color information
#0A284F (or 0x0A284F) is known color: Sapphire. HEX triplet: 0A, 28 and 4F. RGB value is (10,40,79). Sum of RGB (Red+Green+Blue) = 10+40+79=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A284F is #F5D7B0. Grayscale: #232323. Windows color (decimal): -16111537 or 5187594. OLE color: 5187594.
HSL color Cylindrical-coordinate representation of color #0A284F: hue angle of 213.91º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A284F is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 40 | 79 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.69 |
| HSL | 213.91º | 0.78% | 0.17% | - |
| HSV(B) | 213.91º | 0.87% | 0.31% | - |
| XYZ | 2.3 | 2.15 | 7.69 | - |
| YUV | 35.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 79 | 0.87 | 0.49 | 0 | 0.69 | 213.91 | 0.78 | 0.17 |
| Hex | A | 28 | 4F | 57 | 31 | 0 | 45 | D6 | 4E | 11 |
| Octal | 12 | 50 | 117 | 127 | 61 | 0 | 105 | 326 | 116 | 21 |
| Binary | 1010 | 101000 | 1001111 | 1010111 | 110001 | 0 | 1000101 | 11010110 | 1001110 | 10001 |
Color Harmonies of #0A284F
Complementary color
Monochromatic Colors of #0A284F
Black with #0A284F
Text Example
Text Example
White with #0A284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A284F; }
p { color: rgb(10,40,79); }
H1.HeaderClassName
{
color: #0A284F;
}
.AnyTagClassName
{
color: #0A284F;
}
</style>
background-color css
<style>
a { background-color: #0A284F; }
a { background-color: rgb(10,40,79); }
div.DivClassName
{
background-color: #0A284F;
}
.BgClassName
{
background-color: #0A284F;
}
</style>
border-color css
<style>
span { border-color: #0A284F; }
span { border-color: rgb(10,40,79); }
td.TdClassName
{
border-color: #0A284F;
}
.TagClassName
{
border-color: #0A284F;
}
</style>