Shades of Sapphire #031463
Tints of Sapphire #031463
RGB
CMYK
RGB Variations
Color information
#031463 (or 0x031463) is known color: Sapphire. HEX triplet: 03, 14 and 63. RGB value is (3,20,99). Sum of RGB (Red+Green+Blue) = 3+20+99=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #031463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031463 is #FCEB9C. Grayscale: #171717. Windows color (decimal): -16575389 or 6493187. OLE color: 6493187.
HSL color Cylindrical-coordinate representation of color #031463: hue angle of 229.38º 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 #031463 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 20 | 99 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.61 |
| HSL | 229.38º | 0.94% | 0.2% | - |
| HSV(B) | 229.38º | 0.97% | 0.39% | - |
| XYZ | 2.54 | 1.42 | 11.94 | - |
| YUV | 23.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 99 | 0.97 | 0.80 | 0 | 0.61 | 229.38 | 0.94 | 0.2 |
| Hex | 3 | 14 | 63 | 61 | 50 | 0 | 3D | E5 | 5E | 14 |
| Octal | 3 | 24 | 143 | 141 | 120 | 0 | 75 | 345 | 136 | 24 |
| Binary | 11 | 10100 | 1100011 | 1100001 | 1010000 | 0 | 111101 | 11100101 | 1011110 | 10100 |
Color Harmonies of #031463
Complementary color
Monochromatic Colors of #031463
Black with #031463
Text Example
Text Example
White with #031463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031463; }
p { color: rgb(3,20,99); }
H1.HeaderClassName
{
color: #031463;
}
.AnyTagClassName
{
color: #031463;
}
</style>
background-color css
<style>
a { background-color: #031463; }
a { background-color: rgb(3,20,99); }
div.DivClassName
{
background-color: #031463;
}
.BgClassName
{
background-color: #031463;
}
</style>
border-color css
<style>
span { border-color: #031463; }
span { border-color: rgb(3,20,99); }
td.TdClassName
{
border-color: #031463;
}
.TagClassName
{
border-color: #031463;
}
</style>