Shades of Sapphire #031149
Tints of Sapphire #031149
RGB
CMYK
RGB Variations
Color information
#031149 (or 0x031149) is known color: Sapphire. HEX triplet: 03, 11 and 49. RGB value is (3,17,73). Sum of RGB (Red+Green+Blue) = 3+17+73=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #031149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031149 is #FCEEB6. Grayscale: #121212. Windows color (decimal): -16576183 or 4788483. OLE color: 4788483.
HSL color Cylindrical-coordinate representation of color #031149: hue angle of 228º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031149 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 17 | 73 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.71 |
| HSL | 228º | 0.92% | 0.15% | - |
| HSV(B) | 228º | 0.96% | 0.29% | - |
| XYZ | 1.44 | 0.9 | 6.4 | - |
| YUV | 19.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 73 | 0.96 | 0.77 | 0 | 0.71 | 228 | 0.92 | 0.15 |
| Hex | 3 | 11 | 49 | 60 | 4D | 0 | 47 | E4 | 5C | F |
| Octal | 3 | 21 | 111 | 140 | 115 | 0 | 107 | 344 | 134 | 17 |
| Binary | 11 | 10001 | 1001001 | 1100000 | 1001101 | 0 | 1000111 | 11100100 | 1011100 | 1111 |
Color Harmonies of #031149
Complementary color
Monochromatic Colors of #031149
Black with #031149
Text Example
Text Example
White with #031149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031149; }
p { color: rgb(3,17,73); }
H1.HeaderClassName
{
color: #031149;
}
.AnyTagClassName
{
color: #031149;
}
</style>
background-color css
<style>
a { background-color: #031149; }
a { background-color: rgb(3,17,73); }
div.DivClassName
{
background-color: #031149;
}
.BgClassName
{
background-color: #031149;
}
</style>
border-color css
<style>
span { border-color: #031149; }
span { border-color: rgb(3,17,73); }
td.TdClassName
{
border-color: #031149;
}
.TagClassName
{
border-color: #031149;
}
</style>