Shades of Sapphire #0A2B63
Tints of Sapphire #0A2B63
RGB
CMYK
RGB Variations
Color information
#0A2B63 (or 0x0A2B63) is known color: Sapphire. HEX triplet: 0A, 2B and 63. RGB value is (10,43,99). Sum of RGB (Red+Green+Blue) = 10+43+99=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A2B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2B63 is #F5D49C. Grayscale: #272727. Windows color (decimal): -16110749 or 6499082. OLE color: 6499082.
HSL color Cylindrical-coordinate representation of color #0A2B63: hue angle of 217.75º 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 #0A2B63 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 43 | 99 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.61 |
| HSL | 217.75º | 0.82% | 0.21% | - |
| HSV(B) | 217.75º | 0.9% | 0.39% | - |
| XYZ | 3.24 | 2.69 | 12.15 | - |
| YUV | 39.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 99 | 0.90 | 0.57 | 0 | 0.61 | 217.75 | 0.82 | 0.21 |
| Hex | A | 2B | 63 | 5A | 39 | 0 | 3D | DA | 52 | 15 |
| Octal | 12 | 53 | 143 | 132 | 71 | 0 | 75 | 332 | 122 | 25 |
| Binary | 1010 | 101011 | 1100011 | 1011010 | 111001 | 0 | 111101 | 11011010 | 1010010 | 10101 |
Color Harmonies of #0A2B63
Complementary color
Monochromatic Colors of #0A2B63
Black with #0A2B63
Text Example
Text Example
White with #0A2B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B63; }
p { color: rgb(10,43,99); }
H1.HeaderClassName
{
color: #0A2B63;
}
.AnyTagClassName
{
color: #0A2B63;
}
</style>
background-color css
<style>
a { background-color: #0A2B63; }
a { background-color: rgb(10,43,99); }
div.DivClassName
{
background-color: #0A2B63;
}
.BgClassName
{
background-color: #0A2B63;
}
</style>
border-color css
<style>
span { border-color: #0A2B63; }
span { border-color: rgb(10,43,99); }
td.TdClassName
{
border-color: #0A2B63;
}
.TagClassName
{
border-color: #0A2B63;
}
</style>