Shades of Sapphire #031C59
Tints of Sapphire #031C59
RGB
CMYK
RGB Variations
Color information
#031C59 (or 0x031C59) is known color: Sapphire. HEX triplet: 03, 1C and 59. RGB value is (3,28,89). Sum of RGB (Red+Green+Blue) = 3+28+89=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #031C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C59 is #FCE3A6. Grayscale: #1B1B1B. Windows color (decimal): -16573351 or 5839875. OLE color: 5839875.
HSL color Cylindrical-coordinate representation of color #031C59: hue angle of 222.56º 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 #031C59 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 28 | 89 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.65 |
| HSL | 222.56º | 0.93% | 0.18% | - |
| HSV(B) | 222.56º | 0.97% | 0.35% | - |
| XYZ | 2.26 | 1.57 | 9.64 | - |
| YUV | 27.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 89 | 0.97 | 0.69 | 0 | 0.65 | 222.56 | 0.93 | 0.18 |
| Hex | 3 | 1C | 59 | 61 | 45 | 0 | 41 | DF | 5D | 12 |
| Octal | 3 | 34 | 131 | 141 | 105 | 0 | 101 | 337 | 135 | 22 |
| Binary | 11 | 11100 | 1011001 | 1100001 | 1000101 | 0 | 1000001 | 11011111 | 1011101 | 10010 |
Color Harmonies of #031C59
Complementary color
Monochromatic Colors of #031C59
Black with #031C59
Text Example
Text Example
White with #031C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C59; }
p { color: rgb(3,28,89); }
H1.HeaderClassName
{
color: #031C59;
}
.AnyTagClassName
{
color: #031C59;
}
</style>
background-color css
<style>
a { background-color: #031C59; }
a { background-color: rgb(3,28,89); }
div.DivClassName
{
background-color: #031C59;
}
.BgClassName
{
background-color: #031C59;
}
</style>
border-color css
<style>
span { border-color: #031C59; }
span { border-color: rgb(3,28,89); }
td.TdClassName
{
border-color: #031C59;
}
.TagClassName
{
border-color: #031C59;
}
</style>