Shades of Sapphire #031C56
Tints of Sapphire #031C56
RGB
CMYK
RGB Variations
Color information
#031C56 (or 0x031C56) is known color: Sapphire. HEX triplet: 03, 1C and 56. RGB value is (3,28,86). Sum of RGB (Red+Green+Blue) = 3+28+86=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #031C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C56 is #FCE3A9. Grayscale: #1A1A1A. Windows color (decimal): -16573354 or 5643267. OLE color: 5643267.
HSL color Cylindrical-coordinate representation of color #031C56: hue angle of 221.93º 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 #031C56 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 28 | 86 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.66 |
| HSL | 221.93º | 0.93% | 0.17% | - |
| HSV(B) | 221.93º | 0.97% | 0.34% | - |
| XYZ | 2.13 | 1.52 | 8.99 | - |
| YUV | 27.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 86 | 0.97 | 0.67 | 0 | 0.66 | 221.93 | 0.93 | 0.17 |
| Hex | 3 | 1C | 56 | 61 | 43 | 0 | 42 | DE | 5D | 11 |
| Octal | 3 | 34 | 126 | 141 | 103 | 0 | 102 | 336 | 135 | 21 |
| Binary | 11 | 11100 | 1010110 | 1100001 | 1000011 | 0 | 1000010 | 11011110 | 1011101 | 10001 |
Color Harmonies of #031C56
Complementary color
Monochromatic Colors of #031C56
Black with #031C56
Text Example
Text Example
White with #031C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C56; }
p { color: rgb(3,28,86); }
H1.HeaderClassName
{
color: #031C56;
}
.AnyTagClassName
{
color: #031C56;
}
</style>
background-color css
<style>
a { background-color: #031C56; }
a { background-color: rgb(3,28,86); }
div.DivClassName
{
background-color: #031C56;
}
.BgClassName
{
background-color: #031C56;
}
</style>
border-color css
<style>
span { border-color: #031C56; }
span { border-color: rgb(3,28,86); }
td.TdClassName
{
border-color: #031C56;
}
.TagClassName
{
border-color: #031C56;
}
</style>