Shades of Sapphire #031960
Tints of Sapphire #031960
RGB
CMYK
RGB Variations
Color information
#031960 (or 0x031960) is known color: Sapphire. HEX triplet: 03, 19 and 60. RGB value is (3,25,96). Sum of RGB (Red+Green+Blue) = 3+25+96=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #031960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031960 is #FCE69F. Grayscale: #1A1A1A. Windows color (decimal): -16574112 or 6297859. OLE color: 6297859.
HSL color Cylindrical-coordinate representation of color #031960: hue angle of 225.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031960 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 25 | 96 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.62 |
| HSL | 225.81º | 0.94% | 0.19% | - |
| HSV(B) | 225.81º | 0.97% | 0.38% | - |
| XYZ | 2.5 | 1.56 | 11.24 | - |
| YUV | 26.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 96 | 0.97 | 0.74 | 0 | 0.62 | 225.81 | 0.94 | 0.19 |
| Hex | 3 | 19 | 60 | 61 | 4A | 0 | 3E | E2 | 5E | 13 |
| Octal | 3 | 31 | 140 | 141 | 112 | 0 | 76 | 342 | 136 | 23 |
| Binary | 11 | 11001 | 1100000 | 1100001 | 1001010 | 0 | 111110 | 11100010 | 1011110 | 10011 |
Color Harmonies of #031960
Complementary color
Monochromatic Colors of #031960
Black with #031960
Text Example
Text Example
White with #031960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031960; }
p { color: rgb(3,25,96); }
H1.HeaderClassName
{
color: #031960;
}
.AnyTagClassName
{
color: #031960;
}
</style>
background-color css
<style>
a { background-color: #031960; }
a { background-color: rgb(3,25,96); }
div.DivClassName
{
background-color: #031960;
}
.BgClassName
{
background-color: #031960;
}
</style>
border-color css
<style>
span { border-color: #031960; }
span { border-color: rgb(3,25,96); }
td.TdClassName
{
border-color: #031960;
}
.TagClassName
{
border-color: #031960;
}
</style>