Shades of Sapphire #031C47
Tints of Sapphire #031C47
RGB
CMYK
RGB Variations
Color information
#031C47 (or 0x031C47) is known color: Sapphire. HEX triplet: 03, 1C and 47. RGB value is (3,28,71). Sum of RGB (Red+Green+Blue) = 3+28+71=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #031C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C47 is #FCE3B8. Grayscale: #191919. Windows color (decimal): -16573369 or 4660227. OLE color: 4660227.
HSL color Cylindrical-coordinate representation of color #031C47: hue angle of 217.94º 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 #031C47 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 28 | 71 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.72 |
| HSL | 217.94º | 0.92% | 0.15% | - |
| HSV(B) | 217.94º | 0.96% | 0.28% | - |
| XYZ | 1.59 | 1.3 | 6.13 | - |
| YUV | 25.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 71 | 0.96 | 0.61 | 0 | 0.72 | 217.94 | 0.92 | 0.15 |
| Hex | 3 | 1C | 47 | 60 | 3D | 0 | 48 | DA | 5C | F |
| Octal | 3 | 34 | 107 | 140 | 75 | 0 | 110 | 332 | 134 | 17 |
| Binary | 11 | 11100 | 1000111 | 1100000 | 111101 | 0 | 1001000 | 11011010 | 1011100 | 1111 |
Color Harmonies of #031C47
Complementary color
Monochromatic Colors of #031C47
Black with #031C47
Text Example
Text Example
White with #031C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C47; }
p { color: rgb(3,28,71); }
H1.HeaderClassName
{
color: #031C47;
}
.AnyTagClassName
{
color: #031C47;
}
</style>
background-color css
<style>
a { background-color: #031C47; }
a { background-color: rgb(3,28,71); }
div.DivClassName
{
background-color: #031C47;
}
.BgClassName
{
background-color: #031C47;
}
</style>
border-color css
<style>
span { border-color: #031C47; }
span { border-color: rgb(3,28,71); }
td.TdClassName
{
border-color: #031C47;
}
.TagClassName
{
border-color: #031C47;
}
</style>