Shades of Sapphire #031A60
Tints of Sapphire #031A60
RGB
CMYK
RGB Variations
Color information
#031A60 (or 0x031A60) is known color: Sapphire. HEX triplet: 03, 1A and 60. RGB value is (3,26,96). Sum of RGB (Red+Green+Blue) = 3+26+96=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #031A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A60 is #FCE59F. Grayscale: #1A1A1A. Windows color (decimal): -16573856 or 6298115. OLE color: 6298115.
HSL color Cylindrical-coordinate representation of color #031A60: hue angle of 225.16º 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 #031A60 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 26 | 96 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.62 |
| HSL | 225.16º | 0.94% | 0.19% | - |
| HSV(B) | 225.16º | 0.97% | 0.38% | - |
| XYZ | 2.52 | 1.6 | 11.24 | - |
| YUV | 27.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 96 | 0.97 | 0.73 | 0 | 0.62 | 225.16 | 0.94 | 0.19 |
| Hex | 3 | 1A | 60 | 61 | 49 | 0 | 3E | E1 | 5E | 13 |
| Octal | 3 | 32 | 140 | 141 | 111 | 0 | 76 | 341 | 136 | 23 |
| Binary | 11 | 11010 | 1100000 | 1100001 | 1001001 | 0 | 111110 | 11100001 | 1011110 | 10011 |
Color Harmonies of #031A60
Complementary color
Monochromatic Colors of #031A60
Black with #031A60
Text Example
Text Example
White with #031A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A60; }
p { color: rgb(3,26,96); }
H1.HeaderClassName
{
color: #031A60;
}
.AnyTagClassName
{
color: #031A60;
}
</style>
background-color css
<style>
a { background-color: #031A60; }
a { background-color: rgb(3,26,96); }
div.DivClassName
{
background-color: #031A60;
}
.BgClassName
{
background-color: #031A60;
}
</style>
border-color css
<style>
span { border-color: #031A60; }
span { border-color: rgb(3,26,96); }
td.TdClassName
{
border-color: #031A60;
}
.TagClassName
{
border-color: #031A60;
}
</style>