Shades of Sapphire #031A59
Tints of Sapphire #031A59
RGB
CMYK
RGB Variations
Color information
#031A59 (or 0x031A59) is known color: Sapphire. HEX triplet: 03, 1A and 59. RGB value is (3,26,89). Sum of RGB (Red+Green+Blue) = 3+26+89=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #031A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A59 is #FCE5A6. Grayscale: #1A1A1A. Windows color (decimal): -16573863 or 5839363. OLE color: 5839363.
HSL color Cylindrical-coordinate representation of color #031A59: hue angle of 223.95º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A59 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 26 | 89 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.65 |
| HSL | 223.95º | 0.93% | 0.18% | - |
| HSV(B) | 223.95º | 0.97% | 0.35% | - |
| XYZ | 2.21 | 1.48 | 9.62 | - |
| YUV | 26.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 89 | 0.97 | 0.71 | 0 | 0.65 | 223.95 | 0.93 | 0.18 |
| Hex | 3 | 1A | 59 | 61 | 47 | 0 | 41 | E0 | 5D | 12 |
| Octal | 3 | 32 | 131 | 141 | 107 | 0 | 101 | 340 | 135 | 22 |
| Binary | 11 | 11010 | 1011001 | 1100001 | 1000111 | 0 | 1000001 | 11100000 | 1011101 | 10010 |
Color Harmonies of #031A59
Complementary color
Monochromatic Colors of #031A59
Black with #031A59
Text Example
Text Example
White with #031A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A59; }
p { color: rgb(3,26,89); }
H1.HeaderClassName
{
color: #031A59;
}
.AnyTagClassName
{
color: #031A59;
}
</style>
background-color css
<style>
a { background-color: #031A59; }
a { background-color: rgb(3,26,89); }
div.DivClassName
{
background-color: #031A59;
}
.BgClassName
{
background-color: #031A59;
}
</style>
border-color css
<style>
span { border-color: #031A59; }
span { border-color: rgb(3,26,89); }
td.TdClassName
{
border-color: #031A59;
}
.TagClassName
{
border-color: #031A59;
}
</style>