Shades of Sapphire #031947
Tints of Sapphire #031947
RGB
CMYK
RGB Variations
Color information
#031947 (or 0x031947) is known color: Sapphire. HEX triplet: 03, 19 and 47. RGB value is (3,25,71). Sum of RGB (Red+Green+Blue) = 3+25+71=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #031947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031947 is #FCE6B8. Grayscale: #171717. Windows color (decimal): -16574137 or 4659459. OLE color: 4659459.
HSL color Cylindrical-coordinate representation of color #031947: hue angle of 220.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031947 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 25 | 71 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.72 |
| HSL | 220.59º | 0.92% | 0.15% | - |
| HSV(B) | 220.59º | 0.96% | 0.28% | - |
| XYZ | 1.52 | 1.17 | 6.11 | - |
| YUV | 23.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 71 | 0.96 | 0.65 | 0 | 0.72 | 220.59 | 0.92 | 0.15 |
| Hex | 3 | 19 | 47 | 60 | 41 | 0 | 48 | DD | 5C | F |
| Octal | 3 | 31 | 107 | 140 | 101 | 0 | 110 | 335 | 134 | 17 |
| Binary | 11 | 11001 | 1000111 | 1100000 | 1000001 | 0 | 1001000 | 11011101 | 1011100 | 1111 |
Color Harmonies of #031947
Complementary color
Monochromatic Colors of #031947
Black with #031947
Text Example
Text Example
White with #031947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031947; }
p { color: rgb(3,25,71); }
H1.HeaderClassName
{
color: #031947;
}
.AnyTagClassName
{
color: #031947;
}
</style>
background-color css
<style>
a { background-color: #031947; }
a { background-color: rgb(3,25,71); }
div.DivClassName
{
background-color: #031947;
}
.BgClassName
{
background-color: #031947;
}
</style>
border-color css
<style>
span { border-color: #031947; }
span { border-color: rgb(3,25,71); }
td.TdClassName
{
border-color: #031947;
}
.TagClassName
{
border-color: #031947;
}
</style>