Shades of Sapphire #0A165C
Tints of Sapphire #0A165C
RGB
CMYK
RGB Variations
Color information
#0A165C (or 0x0A165C) is known color: Sapphire. HEX triplet: 0A, 16 and 5C. RGB value is (10,22,92). Sum of RGB (Red+Green+Blue) = 10+22+92=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A165C is #F5E9A3. Grayscale: #1A1A1A. Windows color (decimal): -16116132 or 6034954. OLE color: 6034954.
HSL color Cylindrical-coordinate representation of color #0A165C: hue angle of 231.22º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A165C is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 22 | 92 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.64 |
| HSL | 231.22º | 0.8% | 0.2% | - |
| HSV(B) | 231.22º | 0.89% | 0.36% | - |
| XYZ | 2.34 | 1.41 | 10.27 | - |
| YUV | 26.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 92 | 0.89 | 0.76 | 0 | 0.64 | 231.22 | 0.8 | 0.2 |
| Hex | A | 16 | 5C | 59 | 4C | 0 | 40 | E7 | 50 | 14 |
| Octal | 12 | 26 | 134 | 131 | 114 | 0 | 100 | 347 | 120 | 24 |
| Binary | 1010 | 10110 | 1011100 | 1011001 | 1001100 | 0 | 1000000 | 11100111 | 1010000 | 10100 |
Color Harmonies of #0A165C
Complementary color
Monochromatic Colors of #0A165C
Black with #0A165C
Text Example
Text Example
White with #0A165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A165C; }
p { color: rgb(10,22,92); }
H1.HeaderClassName
{
color: #0A165C;
}
.AnyTagClassName
{
color: #0A165C;
}
</style>
background-color css
<style>
a { background-color: #0A165C; }
a { background-color: rgb(10,22,92); }
div.DivClassName
{
background-color: #0A165C;
}
.BgClassName
{
background-color: #0A165C;
}
</style>
border-color css
<style>
span { border-color: #0A165C; }
span { border-color: rgb(10,22,92); }
td.TdClassName
{
border-color: #0A165C;
}
.TagClassName
{
border-color: #0A165C;
}
</style>