Shades of Sapphire #031748
Tints of Sapphire #031748
RGB
CMYK
RGB Variations
Color information
#031748 (or 0x031748) is known color: Sapphire. HEX triplet: 03, 17 and 48. RGB value is (3,23,72). Sum of RGB (Red+Green+Blue) = 3+23+72=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #031748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031748 is #FCE8B7. Grayscale: #161616. Windows color (decimal): -16574648 or 4724483. OLE color: 4724483.
HSL color Cylindrical-coordinate representation of color #031748: hue angle of 222.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031748 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 23 | 72 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.72 |
| HSL | 222.61º | 0.92% | 0.15% | - |
| HSV(B) | 222.61º | 0.96% | 0.28% | - |
| XYZ | 1.51 | 1.1 | 6.26 | - |
| YUV | 22.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 72 | 0.96 | 0.68 | 0 | 0.72 | 222.61 | 0.92 | 0.15 |
| Hex | 3 | 17 | 48 | 60 | 44 | 0 | 48 | DF | 5C | F |
| Octal | 3 | 27 | 110 | 140 | 104 | 0 | 110 | 337 | 134 | 17 |
| Binary | 11 | 10111 | 1001000 | 1100000 | 1000100 | 0 | 1001000 | 11011111 | 1011100 | 1111 |
Color Harmonies of #031748
Complementary color
Monochromatic Colors of #031748
Black with #031748
Text Example
Text Example
White with #031748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031748; }
p { color: rgb(3,23,72); }
H1.HeaderClassName
{
color: #031748;
}
.AnyTagClassName
{
color: #031748;
}
</style>
background-color css
<style>
a { background-color: #031748; }
a { background-color: rgb(3,23,72); }
div.DivClassName
{
background-color: #031748;
}
.BgClassName
{
background-color: #031748;
}
</style>
border-color css
<style>
span { border-color: #031748; }
span { border-color: rgb(3,23,72); }
td.TdClassName
{
border-color: #031748;
}
.TagClassName
{
border-color: #031748;
}
</style>