Shades of Sapphire #031577
Tints of Sapphire #031577
RGB
CMYK
RGB Variations
Color information
#031577 (or 0x031577) is known color: Sapphire. HEX triplet: 03, 15 and 77. RGB value is (3,21,119). Sum of RGB (Red+Green+Blue) = 3+21+119=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #031577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031577 is #FCEA88. Grayscale: #1A1A1A. Windows color (decimal): -16575113 or 7804163. OLE color: 7804163.
HSL color Cylindrical-coordinate representation of color #031577: hue angle of 230.69º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031577 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 21 | 119 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.53 |
| HSL | 230.69º | 0.95% | 0.24% | - |
| HSV(B) | 230.69º | 0.97% | 0.47% | - |
| XYZ | 3.64 | 1.89 | 17.63 | - |
| YUV | 26.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 119 | 0.97 | 0.82 | 0 | 0.53 | 230.69 | 0.95 | 0.24 |
| Hex | 3 | 15 | 77 | 61 | 52 | 0 | 35 | E7 | 5F | 18 |
| Octal | 3 | 25 | 167 | 141 | 122 | 0 | 65 | 347 | 137 | 30 |
| Binary | 11 | 10101 | 1110111 | 1100001 | 1010010 | 0 | 110101 | 11100111 | 1011111 | 11000 |
Color Harmonies of #031577
Complementary color
Monochromatic Colors of #031577
Black with #031577
Text Example
Text Example
White with #031577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031577; }
p { color: rgb(3,21,119); }
H1.HeaderClassName
{
color: #031577;
}
.AnyTagClassName
{
color: #031577;
}
</style>
background-color css
<style>
a { background-color: #031577; }
a { background-color: rgb(3,21,119); }
div.DivClassName
{
background-color: #031577;
}
.BgClassName
{
background-color: #031577;
}
</style>
border-color css
<style>
span { border-color: #031577; }
span { border-color: rgb(3,21,119); }
td.TdClassName
{
border-color: #031577;
}
.TagClassName
{
border-color: #031577;
}
</style>