Shades of Sapphire #031263
Tints of Sapphire #031263
RGB
CMYK
RGB Variations
Color information
#031263 (or 0x031263) is known color: Sapphire. HEX triplet: 03, 12 and 63. RGB value is (3,18,99). Sum of RGB (Red+Green+Blue) = 3+18+99=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #031263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031263 is #FCED9C. Grayscale: #161616. Windows color (decimal): -16575901 or 6492675. OLE color: 6492675.
HSL color Cylindrical-coordinate representation of color #031263: hue angle of 230.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031263 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 18 | 99 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.61 |
| HSL | 230.63º | 0.94% | 0.2% | - |
| HSV(B) | 230.63º | 0.97% | 0.39% | - |
| XYZ | 2.51 | 1.35 | 11.93 | - |
| YUV | 22.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 99 | 0.97 | 0.82 | 0 | 0.61 | 230.63 | 0.94 | 0.2 |
| Hex | 3 | 12 | 63 | 61 | 52 | 0 | 3D | E7 | 5E | 14 |
| Octal | 3 | 22 | 143 | 141 | 122 | 0 | 75 | 347 | 136 | 24 |
| Binary | 11 | 10010 | 1100011 | 1100001 | 1010010 | 0 | 111101 | 11100111 | 1011110 | 10100 |
Color Harmonies of #031263
Complementary color
Monochromatic Colors of #031263
Black with #031263
Text Example
Text Example
White with #031263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031263; }
p { color: rgb(3,18,99); }
H1.HeaderClassName
{
color: #031263;
}
.AnyTagClassName
{
color: #031263;
}
</style>
background-color css
<style>
a { background-color: #031263; }
a { background-color: rgb(3,18,99); }
div.DivClassName
{
background-color: #031263;
}
.BgClassName
{
background-color: #031263;
}
</style>
border-color css
<style>
span { border-color: #031263; }
span { border-color: rgb(3,18,99); }
td.TdClassName
{
border-color: #031263;
}
.TagClassName
{
border-color: #031263;
}
</style>