Shades of Sapphire #0A1B63
Tints of Sapphire #0A1B63
RGB
CMYK
RGB Variations
Color information
#0A1B63 (or 0x0A1B63) is known color: Sapphire. HEX triplet: 0A, 1B and 63. RGB value is (10,27,99). Sum of RGB (Red+Green+Blue) = 10+27+99=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A1B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1B63 is #F5E49C. Grayscale: #1D1D1D. Windows color (decimal): -16114845 or 6494986. OLE color: 6494986.
HSL color Cylindrical-coordinate representation of color #0A1B63: hue angle of 228.54º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1B63 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 27 | 99 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.61 |
| HSL | 228.54º | 0.82% | 0.21% | - |
| HSV(B) | 228.54º | 0.9% | 0.39% | - |
| XYZ | 2.77 | 1.75 | 12 | - |
| YUV | 30.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 99 | 0.90 | 0.73 | 0 | 0.61 | 228.54 | 0.82 | 0.21 |
| Hex | A | 1B | 63 | 5A | 49 | 0 | 3D | E5 | 52 | 15 |
| Octal | 12 | 33 | 143 | 132 | 111 | 0 | 75 | 345 | 122 | 25 |
| Binary | 1010 | 11011 | 1100011 | 1011010 | 1001001 | 0 | 111101 | 11100101 | 1010010 | 10101 |
Color Harmonies of #0A1B63
Complementary color
Monochromatic Colors of #0A1B63
Black with #0A1B63
Text Example
Text Example
White with #0A1B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B63; }
p { color: rgb(10,27,99); }
H1.HeaderClassName
{
color: #0A1B63;
}
.AnyTagClassName
{
color: #0A1B63;
}
</style>
background-color css
<style>
a { background-color: #0A1B63; }
a { background-color: rgb(10,27,99); }
div.DivClassName
{
background-color: #0A1B63;
}
.BgClassName
{
background-color: #0A1B63;
}
</style>
border-color css
<style>
span { border-color: #0A1B63; }
span { border-color: rgb(10,27,99); }
td.TdClassName
{
border-color: #0A1B63;
}
.TagClassName
{
border-color: #0A1B63;
}
</style>