Shades of Sapphire #0A2065
Tints of Sapphire #0A2065
RGB
CMYK
RGB Variations
Color information
#0A2065 (or 0x0A2065) is known color: Sapphire. HEX triplet: 0A, 20 and 65. RGB value is (10,32,101). Sum of RGB (Red+Green+Blue) = 10+32+101=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A2065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2065 is #F5DF9A. Grayscale: #202020. Windows color (decimal): -16113563 or 6627338. OLE color: 6627338.
HSL color Cylindrical-coordinate representation of color #0A2065: hue angle of 225.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2065 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 32 | 101 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.60 |
| HSL | 225.49º | 0.82% | 0.22% | - |
| HSV(B) | 225.49º | 0.9% | 0.4% | - |
| XYZ | 2.99 | 2.04 | 12.55 | - |
| YUV | 33.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 101 | 0.90 | 0.68 | 0 | 0.60 | 225.49 | 0.82 | 0.22 |
| Hex | A | 20 | 65 | 5A | 44 | 0 | 3C | E1 | 52 | 16 |
| Octal | 12 | 40 | 145 | 132 | 104 | 0 | 74 | 341 | 122 | 26 |
| Binary | 1010 | 100000 | 1100101 | 1011010 | 1000100 | 0 | 111100 | 11100001 | 1010010 | 10110 |
Color Harmonies of #0A2065
Complementary color
Monochromatic Colors of #0A2065
Black with #0A2065
Text Example
Text Example
White with #0A2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2065; }
p { color: rgb(10,32,101); }
H1.HeaderClassName
{
color: #0A2065;
}
.AnyTagClassName
{
color: #0A2065;
}
</style>
background-color css
<style>
a { background-color: #0A2065; }
a { background-color: rgb(10,32,101); }
div.DivClassName
{
background-color: #0A2065;
}
.BgClassName
{
background-color: #0A2065;
}
</style>
border-color css
<style>
span { border-color: #0A2065; }
span { border-color: rgb(10,32,101); }
td.TdClassName
{
border-color: #0A2065;
}
.TagClassName
{
border-color: #0A2065;
}
</style>