Shades of Sapphire #031B56
Tints of Sapphire #031B56
RGB
CMYK
RGB Variations
Color information
#031B56 (or 0x031B56) is known color: Sapphire. HEX triplet: 03, 1B and 56. RGB value is (3,27,86). Sum of RGB (Red+Green+Blue) = 3+27+86=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #031B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B56 is #FCE4A9. Grayscale: #1A1A1A. Windows color (decimal): -16573610 or 5643011. OLE color: 5643011.
HSL color Cylindrical-coordinate representation of color #031B56: hue angle of 222.65º 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 #031B56 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 27 | 86 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.66 |
| HSL | 222.65º | 0.93% | 0.17% | - |
| HSV(B) | 222.65º | 0.97% | 0.34% | - |
| XYZ | 2.11 | 1.48 | 8.98 | - |
| YUV | 26.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 86 | 0.97 | 0.69 | 0 | 0.66 | 222.65 | 0.93 | 0.17 |
| Hex | 3 | 1B | 56 | 61 | 45 | 0 | 42 | DF | 5D | 11 |
| Octal | 3 | 33 | 126 | 141 | 105 | 0 | 102 | 337 | 135 | 21 |
| Binary | 11 | 11011 | 1010110 | 1100001 | 1000101 | 0 | 1000010 | 11011111 | 1011101 | 10001 |
Color Harmonies of #031B56
Complementary color
Monochromatic Colors of #031B56
Black with #031B56
Text Example
Text Example
White with #031B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B56; }
p { color: rgb(3,27,86); }
H1.HeaderClassName
{
color: #031B56;
}
.AnyTagClassName
{
color: #031B56;
}
</style>
background-color css
<style>
a { background-color: #031B56; }
a { background-color: rgb(3,27,86); }
div.DivClassName
{
background-color: #031B56;
}
.BgClassName
{
background-color: #031B56;
}
</style>
border-color css
<style>
span { border-color: #031B56; }
span { border-color: rgb(3,27,86); }
td.TdClassName
{
border-color: #031B56;
}
.TagClassName
{
border-color: #031B56;
}
</style>