Shades of Sapphire #012763
Tints of Sapphire #012763
RGB
CMYK
RGB Variations
Color information
#012763 (or 0x012763) is known color: Sapphire. HEX triplet: 01, 27 and 63. RGB value is (1,39,99). Sum of RGB (Red+Green+Blue) = 1+39+99=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #012763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012763 is #FED89C. Grayscale: #222222. Windows color (decimal): -16701597 or 6498049. OLE color: 6498049.
HSL color Cylindrical-coordinate representation of color #012763: hue angle of 216.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012763 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 39 | 99 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.61 |
| HSL | 216.73º | 0.98% | 0.2% | - |
| HSV(B) | 216.73º | 0.99% | 0.39% | - |
| XYZ | 2.99 | 2.36 | 12.1 | - |
| YUV | 34.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 99 | 0.99 | 0.61 | 0 | 0.61 | 216.73 | 0.98 | 0.2 |
| Hex | 1 | 27 | 63 | 63 | 3D | 0 | 3D | D9 | 62 | 14 |
| Octal | 1 | 47 | 143 | 143 | 75 | 0 | 75 | 331 | 142 | 24 |
| Binary | 1 | 100111 | 1100011 | 1100011 | 111101 | 0 | 111101 | 11011001 | 1100010 | 10100 |
Color Harmonies of #012763
Complementary color
Monochromatic Colors of #012763
Black with #012763
Text Example
Text Example
White with #012763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012763; }
p { color: rgb(1,39,99); }
H1.HeaderClassName
{
color: #012763;
}
.AnyTagClassName
{
color: #012763;
}
</style>
background-color css
<style>
a { background-color: #012763; }
a { background-color: rgb(1,39,99); }
div.DivClassName
{
background-color: #012763;
}
.BgClassName
{
background-color: #012763;
}
</style>
border-color css
<style>
span { border-color: #012763; }
span { border-color: rgb(1,39,99); }
td.TdClassName
{
border-color: #012763;
}
.TagClassName
{
border-color: #012763;
}
</style>