Shades of Sapphire #031E51
Tints of Sapphire #031E51
RGB
CMYK
RGB Variations
Color information
#031E51 (or 0x031E51) is known color: Sapphire. HEX triplet: 03, 1E and 51. RGB value is (3,30,81). Sum of RGB (Red+Green+Blue) = 3+30+81=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #031E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E51 is #FCE1AE. Grayscale: #1B1B1B. Windows color (decimal): -16572847 or 5316099. OLE color: 5316099.
HSL color Cylindrical-coordinate representation of color #031E51: hue angle of 219.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031E51 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 30 | 81 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.68 |
| HSL | 219.23º | 0.93% | 0.16% | - |
| HSV(B) | 219.23º | 0.96% | 0.32% | - |
| XYZ | 1.99 | 1.54 | 7.98 | - |
| YUV | 27.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 81 | 0.96 | 0.63 | 0 | 0.68 | 219.23 | 0.93 | 0.16 |
| Hex | 3 | 1E | 51 | 60 | 3F | 0 | 44 | DB | 5D | 10 |
| Octal | 3 | 36 | 121 | 140 | 77 | 0 | 104 | 333 | 135 | 20 |
| Binary | 11 | 11110 | 1010001 | 1100000 | 111111 | 0 | 1000100 | 11011011 | 1011101 | 10000 |
Color Harmonies of #031E51
Complementary color
Monochromatic Colors of #031E51
Black with #031E51
Text Example
Text Example
White with #031E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E51; }
p { color: rgb(3,30,81); }
H1.HeaderClassName
{
color: #031E51;
}
.AnyTagClassName
{
color: #031E51;
}
</style>
background-color css
<style>
a { background-color: #031E51; }
a { background-color: rgb(3,30,81); }
div.DivClassName
{
background-color: #031E51;
}
.BgClassName
{
background-color: #031E51;
}
</style>
border-color css
<style>
span { border-color: #031E51; }
span { border-color: rgb(3,30,81); }
td.TdClassName
{
border-color: #031E51;
}
.TagClassName
{
border-color: #031E51;
}
</style>