Shades of Sapphire #031356
Tints of Sapphire #031356
RGB
CMYK
RGB Variations
Color information
#031356 (or 0x031356) is known color: Sapphire. HEX triplet: 03, 13 and 56. RGB value is (3,19,86). Sum of RGB (Red+Green+Blue) = 3+19+86=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #031356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031356 is #FCECA9. Grayscale: #151515. Windows color (decimal): -16575658 or 5640963. OLE color: 5640963.
HSL color Cylindrical-coordinate representation of color #031356: hue angle of 228.43º 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 #031356 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 19 | 86 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.66 |
| HSL | 228.43º | 0.93% | 0.17% | - |
| HSV(B) | 228.43º | 0.97% | 0.34% | - |
| XYZ | 1.95 | 1.16 | 8.92 | - |
| YUV | 21.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 86 | 0.97 | 0.78 | 0 | 0.66 | 228.43 | 0.93 | 0.17 |
| Hex | 3 | 13 | 56 | 61 | 4E | 0 | 42 | E4 | 5D | 11 |
| Octal | 3 | 23 | 126 | 141 | 116 | 0 | 102 | 344 | 135 | 21 |
| Binary | 11 | 10011 | 1010110 | 1100001 | 1001110 | 0 | 1000010 | 11100100 | 1011101 | 10001 |
Color Harmonies of #031356
Complementary color
Monochromatic Colors of #031356
Black with #031356
Text Example
Text Example
White with #031356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031356; }
p { color: rgb(3,19,86); }
H1.HeaderClassName
{
color: #031356;
}
.AnyTagClassName
{
color: #031356;
}
</style>
background-color css
<style>
a { background-color: #031356; }
a { background-color: rgb(3,19,86); }
div.DivClassName
{
background-color: #031356;
}
.BgClassName
{
background-color: #031356;
}
</style>
border-color css
<style>
span { border-color: #031356; }
span { border-color: rgb(3,19,86); }
td.TdClassName
{
border-color: #031356;
}
.TagClassName
{
border-color: #031356;
}
</style>