Shades of Sapphire #031758
Tints of Sapphire #031758
RGB
CMYK
RGB Variations
Color information
#031758 (or 0x031758) is known color: Sapphire. HEX triplet: 03, 17 and 58. RGB value is (3,23,88). Sum of RGB (Red+Green+Blue) = 3+23+88=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #031758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031758 is #FCE8A7. Grayscale: #181818. Windows color (decimal): -16574632 or 5773059. OLE color: 5773059.
HSL color Cylindrical-coordinate representation of color #031758: hue angle of 225.88º 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 #031758 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 23 | 88 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.65 |
| HSL | 225.88º | 0.93% | 0.18% | - |
| HSV(B) | 225.88º | 0.97% | 0.35% | - |
| XYZ | 2.11 | 1.34 | 9.38 | - |
| YUV | 24.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 88 | 0.97 | 0.74 | 0 | 0.65 | 225.88 | 0.93 | 0.18 |
| Hex | 3 | 17 | 58 | 61 | 4A | 0 | 41 | E2 | 5D | 12 |
| Octal | 3 | 27 | 130 | 141 | 112 | 0 | 101 | 342 | 135 | 22 |
| Binary | 11 | 10111 | 1011000 | 1100001 | 1001010 | 0 | 1000001 | 11100010 | 1011101 | 10010 |
Color Harmonies of #031758
Complementary color
Monochromatic Colors of #031758
Black with #031758
Text Example
Text Example
White with #031758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031758; }
p { color: rgb(3,23,88); }
H1.HeaderClassName
{
color: #031758;
}
.AnyTagClassName
{
color: #031758;
}
</style>
background-color css
<style>
a { background-color: #031758; }
a { background-color: rgb(3,23,88); }
div.DivClassName
{
background-color: #031758;
}
.BgClassName
{
background-color: #031758;
}
</style>
border-color css
<style>
span { border-color: #031758; }
span { border-color: rgb(3,23,88); }
td.TdClassName
{
border-color: #031758;
}
.TagClassName
{
border-color: #031758;
}
</style>