Shades of Sapphire #031B63
Tints of Sapphire #031B63
RGB
CMYK
RGB Variations
Color information
#031B63 (or 0x031B63) is known color: Sapphire. HEX triplet: 03, 1B and 63. RGB value is (3,27,99). Sum of RGB (Red+Green+Blue) = 3+27+99=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #031B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B63 is #FCE49C. Grayscale: #1B1B1B. Windows color (decimal): -16573597 or 6494979. OLE color: 6494979.
HSL color Cylindrical-coordinate representation of color #031B63: hue angle of 225º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031B63 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 27 | 99 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.61 |
| HSL | 225º | 0.94% | 0.2% | - |
| HSV(B) | 225º | 0.97% | 0.39% | - |
| XYZ | 2.68 | 1.7 | 11.99 | - |
| YUV | 28.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 99 | 0.97 | 0.73 | 0 | 0.61 | 225 | 0.94 | 0.2 |
| Hex | 3 | 1B | 63 | 61 | 49 | 0 | 3D | E1 | 5E | 14 |
| Octal | 3 | 33 | 143 | 141 | 111 | 0 | 75 | 341 | 136 | 24 |
| Binary | 11 | 11011 | 1100011 | 1100001 | 1001001 | 0 | 111101 | 11100001 | 1011110 | 10100 |
Color Harmonies of #031B63
Complementary color
Monochromatic Colors of #031B63
Black with #031B63
Text Example
Text Example
White with #031B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B63; }
p { color: rgb(3,27,99); }
H1.HeaderClassName
{
color: #031B63;
}
.AnyTagClassName
{
color: #031B63;
}
</style>
background-color css
<style>
a { background-color: #031B63; }
a { background-color: rgb(3,27,99); }
div.DivClassName
{
background-color: #031B63;
}
.BgClassName
{
background-color: #031B63;
}
</style>
border-color css
<style>
span { border-color: #031B63; }
span { border-color: rgb(3,27,99); }
td.TdClassName
{
border-color: #031B63;
}
.TagClassName
{
border-color: #031B63;
}
</style>