Shades of Sapphire #031F53
Tints of Sapphire #031F53
RGB
CMYK
RGB Variations
Color information
#031F53 (or 0x031F53) is known color: Sapphire. HEX triplet: 03, 1F and 53. RGB value is (3,31,83). Sum of RGB (Red+Green+Blue) = 3+31+83=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #031F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F53 is #FCE0AC. Grayscale: #1C1C1C. Windows color (decimal): -16572589 or 5447427. OLE color: 5447427.
HSL color Cylindrical-coordinate representation of color #031F53: hue angle of 219º 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 #031F53 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 31 | 83 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.67 |
| HSL | 219º | 0.93% | 0.17% | - |
| HSV(B) | 219º | 0.96% | 0.33% | - |
| XYZ | 2.09 | 1.62 | 8.39 | - |
| YUV | 28.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 83 | 0.96 | 0.63 | 0 | 0.67 | 219 | 0.93 | 0.17 |
| Hex | 3 | 1F | 53 | 60 | 3F | 0 | 43 | DB | 5D | 11 |
| Octal | 3 | 37 | 123 | 140 | 77 | 0 | 103 | 333 | 135 | 21 |
| Binary | 11 | 11111 | 1010011 | 1100000 | 111111 | 0 | 1000011 | 11011011 | 1011101 | 10001 |
Color Harmonies of #031F53
Complementary color
Monochromatic Colors of #031F53
Black with #031F53
Text Example
Text Example
White with #031F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F53; }
p { color: rgb(3,31,83); }
H1.HeaderClassName
{
color: #031F53;
}
.AnyTagClassName
{
color: #031F53;
}
</style>
background-color css
<style>
a { background-color: #031F53; }
a { background-color: rgb(3,31,83); }
div.DivClassName
{
background-color: #031F53;
}
.BgClassName
{
background-color: #031F53;
}
</style>
border-color css
<style>
span { border-color: #031F53; }
span { border-color: rgb(3,31,83); }
td.TdClassName
{
border-color: #031F53;
}
.TagClassName
{
border-color: #031F53;
}
</style>