Shades of Sapphire #0A286D
Tints of Sapphire #0A286D
RGB
CMYK
RGB Variations
Color information
#0A286D (or 0x0A286D) is known color: Sapphire. HEX triplet: 0A, 28 and 6D. RGB value is (10,40,109). Sum of RGB (Red+Green+Blue) = 10+40+109=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A286D is #F5D792. Grayscale: #262626. Windows color (decimal): -16111507 or 7153674. OLE color: 7153674.
HSL color Cylindrical-coordinate representation of color #0A286D: hue angle of 221.82º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A286D is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 40 | 109 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.57 |
| HSL | 221.82º | 0.83% | 0.23% | - |
| HSV(B) | 221.82º | 0.91% | 0.43% | - |
| XYZ | 3.64 | 2.69 | 14.79 | - |
| YUV | 38.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 109 | 0.91 | 0.63 | 0 | 0.57 | 221.82 | 0.83 | 0.23 |
| Hex | A | 28 | 6D | 5B | 3F | 0 | 39 | DE | 53 | 17 |
| Octal | 12 | 50 | 155 | 133 | 77 | 0 | 71 | 336 | 123 | 27 |
| Binary | 1010 | 101000 | 1101101 | 1011011 | 111111 | 0 | 111001 | 11011110 | 1010011 | 10111 |
Color Harmonies of #0A286D
Complementary color
Monochromatic Colors of #0A286D
Black with #0A286D
Text Example
Text Example
White with #0A286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A286D; }
p { color: rgb(10,40,109); }
H1.HeaderClassName
{
color: #0A286D;
}
.AnyTagClassName
{
color: #0A286D;
}
</style>
background-color css
<style>
a { background-color: #0A286D; }
a { background-color: rgb(10,40,109); }
div.DivClassName
{
background-color: #0A286D;
}
.BgClassName
{
background-color: #0A286D;
}
</style>
border-color css
<style>
span { border-color: #0A286D; }
span { border-color: rgb(10,40,109); }
td.TdClassName
{
border-color: #0A286D;
}
.TagClassName
{
border-color: #0A286D;
}
</style>