Shades of Sapphire #0A1355
Tints of Sapphire #0A1355
RGB
CMYK
RGB Variations
Color information
#0A1355 (or 0x0A1355) is known color: Sapphire. HEX triplet: 0A, 13 and 55. RGB value is (10,19,85). Sum of RGB (Red+Green+Blue) = 10+19+85=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A1355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1355 is #F5ECAA. Grayscale: #171717. Windows color (decimal): -16116907 or 5575434. OLE color: 5575434.
HSL color Cylindrical-coordinate representation of color #0A1355: hue angle of 232.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1355 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 19 | 85 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.67 |
| HSL | 232.8º | 0.79% | 0.19% | - |
| HSV(B) | 232.8º | 0.88% | 0.33% | - |
| XYZ | 2 | 1.19 | 8.72 | - |
| YUV | 23.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 85 | 0.88 | 0.78 | 0 | 0.67 | 232.8 | 0.79 | 0.19 |
| Hex | A | 13 | 55 | 58 | 4E | 0 | 43 | E9 | 4F | 13 |
| Octal | 12 | 23 | 125 | 130 | 116 | 0 | 103 | 351 | 117 | 23 |
| Binary | 1010 | 10011 | 1010101 | 1011000 | 1001110 | 0 | 1000011 | 11101001 | 1001111 | 10011 |
Color Harmonies of #0A1355
Complementary color
Monochromatic Colors of #0A1355
Black with #0A1355
Text Example
Text Example
White with #0A1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1355; }
p { color: rgb(10,19,85); }
H1.HeaderClassName
{
color: #0A1355;
}
.AnyTagClassName
{
color: #0A1355;
}
</style>
background-color css
<style>
a { background-color: #0A1355; }
a { background-color: rgb(10,19,85); }
div.DivClassName
{
background-color: #0A1355;
}
.BgClassName
{
background-color: #0A1355;
}
</style>
border-color css
<style>
span { border-color: #0A1355; }
span { border-color: rgb(10,19,85); }
td.TdClassName
{
border-color: #0A1355;
}
.TagClassName
{
border-color: #0A1355;
}
</style>