Shades of Sapphire #031754
Tints of Sapphire #031754
RGB
CMYK
RGB Variations
Color information
#031754 (or 0x031754) is known color: Sapphire. HEX triplet: 03, 17 and 54. RGB value is (3,23,84). Sum of RGB (Red+Green+Blue) = 3+23+84=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 84 (33.20% from 255 or 76.36% from 110); Max value from RGB is 84 - color contains mainly: blue. Hex color #031754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031754 is #FCE8AB. Grayscale: #171717. Windows color (decimal): -16574636 or 5510915. OLE color: 5510915.
HSL color Cylindrical-coordinate representation of color #031754: hue angle of 225.19º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031754 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 23 | 84 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.67 |
| HSL | 225.19º | 0.93% | 0.17% | - |
| HSV(B) | 225.19º | 0.96% | 0.33% | - |
| XYZ | 1.94 | 1.27 | 8.53 | - |
| YUV | 23.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 84 | 0.96 | 0.73 | 0 | 0.67 | 225.19 | 0.93 | 0.17 |
| Hex | 3 | 17 | 54 | 60 | 49 | 0 | 43 | E1 | 5D | 11 |
| Octal | 3 | 27 | 124 | 140 | 111 | 0 | 103 | 341 | 135 | 21 |
| Binary | 11 | 10111 | 1010100 | 1100000 | 1001001 | 0 | 1000011 | 11100001 | 1011101 | 10001 |
Color Harmonies of #031754
Complementary color
Monochromatic Colors of #031754
Black with #031754
Text Example
Text Example
White with #031754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031754; }
p { color: rgb(3,23,84); }
H1.HeaderClassName
{
color: #031754;
}
.AnyTagClassName
{
color: #031754;
}
</style>
background-color css
<style>
a { background-color: #031754; }
a { background-color: rgb(3,23,84); }
div.DivClassName
{
background-color: #031754;
}
.BgClassName
{
background-color: #031754;
}
</style>
border-color css
<style>
span { border-color: #031754; }
span { border-color: rgb(3,23,84); }
td.TdClassName
{
border-color: #031754;
}
.TagClassName
{
border-color: #031754;
}
</style>