Shades of Sapphire #031259
Tints of Sapphire #031259
RGB
CMYK
RGB Variations
Color information
#031259 (or 0x031259) is known color: Sapphire. HEX triplet: 03, 12 and 59. RGB value is (3,18,89). Sum of RGB (Red+Green+Blue) = 3+18+89=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #031259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031259 is #FCEDA6. Grayscale: #151515. Windows color (decimal): -16575911 or 5837315. OLE color: 5837315.
HSL color Cylindrical-coordinate representation of color #031259: hue angle of 229.53º 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 #031259 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 18 | 89 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.65 |
| HSL | 229.53º | 0.93% | 0.18% | - |
| HSV(B) | 229.53º | 0.97% | 0.35% | - |
| XYZ | 2.06 | 1.17 | 9.57 | - |
| YUV | 21.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 89 | 0.97 | 0.80 | 0 | 0.65 | 229.53 | 0.93 | 0.18 |
| Hex | 3 | 12 | 59 | 61 | 50 | 0 | 41 | E6 | 5D | 12 |
| Octal | 3 | 22 | 131 | 141 | 120 | 0 | 101 | 346 | 135 | 22 |
| Binary | 11 | 10010 | 1011001 | 1100001 | 1010000 | 0 | 1000001 | 11100110 | 1011101 | 10010 |
Color Harmonies of #031259
Complementary color
Monochromatic Colors of #031259
Black with #031259
Text Example
Text Example
White with #031259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031259; }
p { color: rgb(3,18,89); }
H1.HeaderClassName
{
color: #031259;
}
.AnyTagClassName
{
color: #031259;
}
</style>
background-color css
<style>
a { background-color: #031259; }
a { background-color: rgb(3,18,89); }
div.DivClassName
{
background-color: #031259;
}
.BgClassName
{
background-color: #031259;
}
</style>
border-color css
<style>
span { border-color: #031259; }
span { border-color: rgb(3,18,89); }
td.TdClassName
{
border-color: #031259;
}
.TagClassName
{
border-color: #031259;
}
</style>