Shades of Sapphire #031459
Tints of Sapphire #031459
RGB
CMYK
RGB Variations
Color information
#031459 (or 0x031459) is known color: Sapphire. HEX triplet: 03, 14 and 59. RGB value is (3,20,89). Sum of RGB (Red+Green+Blue) = 3+20+89=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #031459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031459 is #FCEBA6. Grayscale: #161616. Windows color (decimal): -16575399 or 5837827. OLE color: 5837827.
HSL color Cylindrical-coordinate representation of color #031459: hue angle of 228.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031459 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 20 | 89 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.65 |
| HSL | 228.14º | 0.93% | 0.18% | - |
| HSV(B) | 228.14º | 0.97% | 0.35% | - |
| XYZ | 2.09 | 1.24 | 9.58 | - |
| YUV | 22.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 89 | 0.97 | 0.78 | 0 | 0.65 | 228.14 | 0.93 | 0.18 |
| Hex | 3 | 14 | 59 | 61 | 4E | 0 | 41 | E4 | 5D | 12 |
| Octal | 3 | 24 | 131 | 141 | 116 | 0 | 101 | 344 | 135 | 22 |
| Binary | 11 | 10100 | 1011001 | 1100001 | 1001110 | 0 | 1000001 | 11100100 | 1011101 | 10010 |
Color Harmonies of #031459
Complementary color
Monochromatic Colors of #031459
Black with #031459
Text Example
Text Example
White with #031459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031459; }
p { color: rgb(3,20,89); }
H1.HeaderClassName
{
color: #031459;
}
.AnyTagClassName
{
color: #031459;
}
</style>
background-color css
<style>
a { background-color: #031459; }
a { background-color: rgb(3,20,89); }
div.DivClassName
{
background-color: #031459;
}
.BgClassName
{
background-color: #031459;
}
</style>
border-color css
<style>
span { border-color: #031459; }
span { border-color: rgb(3,20,89); }
td.TdClassName
{
border-color: #031459;
}
.TagClassName
{
border-color: #031459;
}
</style>