Shades of Sapphire #031F62
Tints of Sapphire #031F62
RGB
CMYK
RGB Variations
Color information
#031F62 (or 0x031F62) is known color: Sapphire. HEX triplet: 03, 1F and 62. RGB value is (3,31,98). Sum of RGB (Red+Green+Blue) = 3+31+98=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #031F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F62 is #FCE09D. Grayscale: #1D1D1D. Windows color (decimal): -16572574 or 6430467. OLE color: 6430467.
HSL color Cylindrical-coordinate representation of color #031F62: hue angle of 222.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F62 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 31 | 98 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.62 |
| HSL | 222.32º | 0.94% | 0.2% | - |
| HSV(B) | 222.32º | 0.97% | 0.38% | - |
| XYZ | 2.73 | 1.88 | 11.77 | - |
| YUV | 30.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 98 | 0.97 | 0.68 | 0 | 0.62 | 222.32 | 0.94 | 0.2 |
| Hex | 3 | 1F | 62 | 61 | 44 | 0 | 3E | DE | 5E | 14 |
| Octal | 3 | 37 | 142 | 141 | 104 | 0 | 76 | 336 | 136 | 24 |
| Binary | 11 | 11111 | 1100010 | 1100001 | 1000100 | 0 | 111110 | 11011110 | 1011110 | 10100 |
Color Harmonies of #031F62
Complementary color
Monochromatic Colors of #031F62
Black with #031F62
Text Example
Text Example
White with #031F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F62; }
p { color: rgb(3,31,98); }
H1.HeaderClassName
{
color: #031F62;
}
.AnyTagClassName
{
color: #031F62;
}
</style>
background-color css
<style>
a { background-color: #031F62; }
a { background-color: rgb(3,31,98); }
div.DivClassName
{
background-color: #031F62;
}
.BgClassName
{
background-color: #031F62;
}
</style>
border-color css
<style>
span { border-color: #031F62; }
span { border-color: rgb(3,31,98); }
td.TdClassName
{
border-color: #031F62;
}
.TagClassName
{
border-color: #031F62;
}
</style>