Shades of Sapphire #031759
Tints of Sapphire #031759
RGB
CMYK
RGB Variations
Color information
#031759 (or 0x031759) is known color: Sapphire. HEX triplet: 03, 17 and 59. RGB value is (3,23,89). Sum of RGB (Red+Green+Blue) = 3+23+89=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #031759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031759 is #FCE8A6. Grayscale: #181818. Windows color (decimal): -16574631 or 5838595. OLE color: 5838595.
HSL color Cylindrical-coordinate representation of color #031759: hue angle of 226.05º 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 #031759 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 23 | 89 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.65 |
| HSL | 226.05º | 0.93% | 0.18% | - |
| HSV(B) | 226.05º | 0.97% | 0.35% | - |
| XYZ | 2.15 | 1.35 | 9.6 | - |
| YUV | 24.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 89 | 0.97 | 0.74 | 0 | 0.65 | 226.05 | 0.93 | 0.18 |
| Hex | 3 | 17 | 59 | 61 | 4A | 0 | 41 | E2 | 5D | 12 |
| Octal | 3 | 27 | 131 | 141 | 112 | 0 | 101 | 342 | 135 | 22 |
| Binary | 11 | 10111 | 1011001 | 1100001 | 1001010 | 0 | 1000001 | 11100010 | 1011101 | 10010 |
Color Harmonies of #031759
Complementary color
Monochromatic Colors of #031759
Black with #031759
Text Example
Text Example
White with #031759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031759; }
p { color: rgb(3,23,89); }
H1.HeaderClassName
{
color: #031759;
}
.AnyTagClassName
{
color: #031759;
}
</style>
background-color css
<style>
a { background-color: #031759; }
a { background-color: rgb(3,23,89); }
div.DivClassName
{
background-color: #031759;
}
.BgClassName
{
background-color: #031759;
}
</style>
border-color css
<style>
span { border-color: #031759; }
span { border-color: rgb(3,23,89); }
td.TdClassName
{
border-color: #031759;
}
.TagClassName
{
border-color: #031759;
}
</style>