Shades of Sapphire #0A195C
Tints of Sapphire #0A195C
RGB
CMYK
RGB Variations
Color information
#0A195C (or 0x0A195C) is known color: Sapphire. HEX triplet: 0A, 19 and 5C. RGB value is (10,25,92). Sum of RGB (Red+Green+Blue) = 10+25+92=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A195C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A195C is #F5E6A3. Grayscale: #1B1B1B. Windows color (decimal): -16115364 or 6035722. OLE color: 6035722.
HSL color Cylindrical-coordinate representation of color #0A195C: hue angle of 229.02º 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 #0A195C is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 25 | 92 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.64 |
| HSL | 229.02º | 0.8% | 0.2% | - |
| HSV(B) | 229.02º | 0.89% | 0.36% | - |
| XYZ | 2.4 | 1.53 | 10.29 | - |
| YUV | 28.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 92 | 0.89 | 0.73 | 0 | 0.64 | 229.02 | 0.8 | 0.2 |
| Hex | A | 19 | 5C | 59 | 49 | 0 | 40 | E5 | 50 | 14 |
| Octal | 12 | 31 | 134 | 131 | 111 | 0 | 100 | 345 | 120 | 24 |
| Binary | 1010 | 11001 | 1011100 | 1011001 | 1001001 | 0 | 1000000 | 11100101 | 1010000 | 10100 |
Color Harmonies of #0A195C
Complementary color
Monochromatic Colors of #0A195C
Black with #0A195C
Text Example
Text Example
White with #0A195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A195C; }
p { color: rgb(10,25,92); }
H1.HeaderClassName
{
color: #0A195C;
}
.AnyTagClassName
{
color: #0A195C;
}
</style>
background-color css
<style>
a { background-color: #0A195C; }
a { background-color: rgb(10,25,92); }
div.DivClassName
{
background-color: #0A195C;
}
.BgClassName
{
background-color: #0A195C;
}
</style>
border-color css
<style>
span { border-color: #0A195C; }
span { border-color: rgb(10,25,92); }
td.TdClassName
{
border-color: #0A195C;
}
.TagClassName
{
border-color: #0A195C;
}
</style>