Shades of Sapphire #0A175C
Tints of Sapphire #0A175C
RGB
CMYK
RGB Variations
Color information
#0A175C (or 0x0A175C) is known color: Sapphire. HEX triplet: 0A, 17 and 5C. RGB value is (10,23,92). Sum of RGB (Red+Green+Blue) = 10+23+92=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A175C is #F5E8A3. Grayscale: #1A1A1A. Windows color (decimal): -16115876 or 6035210. OLE color: 6035210.
HSL color Cylindrical-coordinate representation of color #0A175C: hue angle of 230.49º 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 #0A175C is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 23 | 92 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.64 |
| HSL | 230.49º | 0.8% | 0.2% | - |
| HSV(B) | 230.49º | 0.89% | 0.36% | - |
| XYZ | 2.36 | 1.45 | 10.28 | - |
| YUV | 26.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 92 | 0.89 | 0.75 | 0 | 0.64 | 230.49 | 0.8 | 0.2 |
| Hex | A | 17 | 5C | 59 | 4B | 0 | 40 | E6 | 50 | 14 |
| Octal | 12 | 27 | 134 | 131 | 113 | 0 | 100 | 346 | 120 | 24 |
| Binary | 1010 | 10111 | 1011100 | 1011001 | 1001011 | 0 | 1000000 | 11100110 | 1010000 | 10100 |
Color Harmonies of #0A175C
Complementary color
Monochromatic Colors of #0A175C
Black with #0A175C
Text Example
Text Example
White with #0A175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A175C; }
p { color: rgb(10,23,92); }
H1.HeaderClassName
{
color: #0A175C;
}
.AnyTagClassName
{
color: #0A175C;
}
</style>
background-color css
<style>
a { background-color: #0A175C; }
a { background-color: rgb(10,23,92); }
div.DivClassName
{
background-color: #0A175C;
}
.BgClassName
{
background-color: #0A175C;
}
</style>
border-color css
<style>
span { border-color: #0A175C; }
span { border-color: rgb(10,23,92); }
td.TdClassName
{
border-color: #0A175C;
}
.TagClassName
{
border-color: #0A175C;
}
</style>