Shades of Sapphire #031456
Tints of Sapphire #031456
RGB
CMYK
RGB Variations
Color information
#031456 (or 0x031456) is known color: Sapphire. HEX triplet: 03, 14 and 56. RGB value is (3,20,86). Sum of RGB (Red+Green+Blue) = 3+20+86=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #031456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031456 is #FCEBA9. Grayscale: #161616. Windows color (decimal): -16575402 or 5641219. OLE color: 5641219.
HSL color Cylindrical-coordinate representation of color #031456: hue angle of 227.71º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031456 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 20 | 86 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.66 |
| HSL | 227.71º | 0.93% | 0.17% | - |
| HSV(B) | 227.71º | 0.97% | 0.34% | - |
| XYZ | 1.97 | 1.19 | 8.93 | - |
| YUV | 22.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 86 | 0.97 | 0.77 | 0 | 0.66 | 227.71 | 0.93 | 0.17 |
| Hex | 3 | 14 | 56 | 61 | 4D | 0 | 42 | E4 | 5D | 11 |
| Octal | 3 | 24 | 126 | 141 | 115 | 0 | 102 | 344 | 135 | 21 |
| Binary | 11 | 10100 | 1010110 | 1100001 | 1001101 | 0 | 1000010 | 11100100 | 1011101 | 10001 |
Color Harmonies of #031456
Complementary color
Monochromatic Colors of #031456
Black with #031456
Text Example
Text Example
White with #031456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031456; }
p { color: rgb(3,20,86); }
H1.HeaderClassName
{
color: #031456;
}
.AnyTagClassName
{
color: #031456;
}
</style>
background-color css
<style>
a { background-color: #031456; }
a { background-color: rgb(3,20,86); }
div.DivClassName
{
background-color: #031456;
}
.BgClassName
{
background-color: #031456;
}
</style>
border-color css
<style>
span { border-color: #031456; }
span { border-color: rgb(3,20,86); }
td.TdClassName
{
border-color: #031456;
}
.TagClassName
{
border-color: #031456;
}
</style>