Shades of Sapphire #031856
Tints of Sapphire #031856
RGB
CMYK
RGB Variations
Color information
#031856 (or 0x031856) is known color: Sapphire. HEX triplet: 03, 18 and 56. RGB value is (3,24,86). Sum of RGB (Red+Green+Blue) = 3+24+86=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #031856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031856 is #FCE7A9. Grayscale: #181818. Windows color (decimal): -16574378 or 5642243. OLE color: 5642243.
HSL color Cylindrical-coordinate representation of color #031856: hue angle of 224.82º 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 #031856 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 24 | 86 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.66 |
| HSL | 224.82º | 0.93% | 0.17% | - |
| HSV(B) | 224.82º | 0.97% | 0.34% | - |
| XYZ | 2.04 | 1.34 | 8.96 | - |
| YUV | 24.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 86 | 0.97 | 0.72 | 0 | 0.66 | 224.82 | 0.93 | 0.17 |
| Hex | 3 | 18 | 56 | 61 | 48 | 0 | 42 | E1 | 5D | 11 |
| Octal | 3 | 30 | 126 | 141 | 110 | 0 | 102 | 341 | 135 | 21 |
| Binary | 11 | 11000 | 1010110 | 1100001 | 1001000 | 0 | 1000010 | 11100001 | 1011101 | 10001 |
Color Harmonies of #031856
Complementary color
Monochromatic Colors of #031856
Black with #031856
Text Example
Text Example
White with #031856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031856; }
p { color: rgb(3,24,86); }
H1.HeaderClassName
{
color: #031856;
}
.AnyTagClassName
{
color: #031856;
}
</style>
background-color css
<style>
a { background-color: #031856; }
a { background-color: rgb(3,24,86); }
div.DivClassName
{
background-color: #031856;
}
.BgClassName
{
background-color: #031856;
}
</style>
border-color css
<style>
span { border-color: #031856; }
span { border-color: rgb(3,24,86); }
td.TdClassName
{
border-color: #031856;
}
.TagClassName
{
border-color: #031856;
}
</style>