Shades of Sapphire #031A58
Tints of Sapphire #031A58
RGB
CMYK
RGB Variations
Color information
#031A58 (or 0x031A58) is known color: Sapphire. HEX triplet: 03, 1A and 58. RGB value is (3,26,88). Sum of RGB (Red+Green+Blue) = 3+26+88=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #031A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A58 is #FCE5A7. Grayscale: #191919. Windows color (decimal): -16573864 or 5773827. OLE color: 5773827.
HSL color Cylindrical-coordinate representation of color #031A58: hue angle of 223.76º 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 #031A58 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 26 | 88 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.65 |
| HSL | 223.76º | 0.93% | 0.18% | - |
| HSV(B) | 223.76º | 0.97% | 0.35% | - |
| XYZ | 2.17 | 1.46 | 9.4 | - |
| YUV | 26.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 88 | 0.97 | 0.70 | 0 | 0.65 | 223.76 | 0.93 | 0.18 |
| Hex | 3 | 1A | 58 | 61 | 46 | 0 | 41 | E0 | 5D | 12 |
| Octal | 3 | 32 | 130 | 141 | 106 | 0 | 101 | 340 | 135 | 22 |
| Binary | 11 | 11010 | 1011000 | 1100001 | 1000110 | 0 | 1000001 | 11100000 | 1011101 | 10010 |
Color Harmonies of #031A58
Complementary color
Monochromatic Colors of #031A58
Black with #031A58
Text Example
Text Example
White with #031A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A58; }
p { color: rgb(3,26,88); }
H1.HeaderClassName
{
color: #031A58;
}
.AnyTagClassName
{
color: #031A58;
}
</style>
background-color css
<style>
a { background-color: #031A58; }
a { background-color: rgb(3,26,88); }
div.DivClassName
{
background-color: #031A58;
}
.BgClassName
{
background-color: #031A58;
}
</style>
border-color css
<style>
span { border-color: #031A58; }
span { border-color: rgb(3,26,88); }
td.TdClassName
{
border-color: #031A58;
}
.TagClassName
{
border-color: #031A58;
}
</style>