Shades of Sapphire #0A1357
Tints of Sapphire #0A1357
RGB
CMYK
RGB Variations
Color information
#0A1357 (or 0x0A1357) is known color: Sapphire. HEX triplet: 0A, 13 and 57. RGB value is (10,19,87). Sum of RGB (Red+Green+Blue) = 10+19+87=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 87 (34.38% from 255 or 75% from 116); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A1357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1357 is #F5ECA8. Grayscale: #171717. Windows color (decimal): -16116905 or 5706506. OLE color: 5706506.
HSL color Cylindrical-coordinate representation of color #0A1357: hue angle of 232.99º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1357 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 19 | 87 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.66 |
| HSL | 232.99º | 0.79% | 0.19% | - |
| HSV(B) | 232.99º | 0.89% | 0.34% | - |
| XYZ | 2.08 | 1.22 | 9.14 | - |
| YUV | 24.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 87 | 0.89 | 0.78 | 0 | 0.66 | 232.99 | 0.79 | 0.19 |
| Hex | A | 13 | 57 | 59 | 4E | 0 | 42 | E9 | 4F | 13 |
| Octal | 12 | 23 | 127 | 131 | 116 | 0 | 102 | 351 | 117 | 23 |
| Binary | 1010 | 10011 | 1010111 | 1011001 | 1001110 | 0 | 1000010 | 11101001 | 1001111 | 10011 |
Color Harmonies of #0A1357
Complementary color
Monochromatic Colors of #0A1357
Black with #0A1357
Text Example
Text Example
White with #0A1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1357; }
p { color: rgb(10,19,87); }
H1.HeaderClassName
{
color: #0A1357;
}
.AnyTagClassName
{
color: #0A1357;
}
</style>
background-color css
<style>
a { background-color: #0A1357; }
a { background-color: rgb(10,19,87); }
div.DivClassName
{
background-color: #0A1357;
}
.BgClassName
{
background-color: #0A1357;
}
</style>
border-color css
<style>
span { border-color: #0A1357; }
span { border-color: rgb(10,19,87); }
td.TdClassName
{
border-color: #0A1357;
}
.TagClassName
{
border-color: #0A1357;
}
</style>