Shades of Sapphire #031E83
Tints of Sapphire #031E83
RGB
CMYK
RGB Variations
Color information
#031E83 (or 0x031E83) is known color: Sapphire. HEX triplet: 03, 1E and 83. RGB value is (3,30,131). Sum of RGB (Red+Green+Blue) = 3+30+131=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 131 (51.56% from 255 or 79.88% from 164); Max value from RGB is 131 - color contains mainly: blue. Hex color #031E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E83 is #FCE17C. Grayscale: #212121. Windows color (decimal): -16572797 or 8592899. OLE color: 8592899.
HSL color Cylindrical-coordinate representation of color #031E83: hue angle of 227.34º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E83 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 30 | 131 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.49 |
| HSL | 227.34º | 0.96% | 0.26% | - |
| HSV(B) | 227.34º | 0.98% | 0.51% | - |
| XYZ | 4.6 | 2.59 | 21.73 | - |
| YUV | 33.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 131 | 0.98 | 0.77 | 0 | 0.49 | 227.34 | 0.96 | 0.26 |
| Hex | 3 | 1E | 83 | 62 | 4D | 0 | 31 | E3 | 60 | 1A |
| Octal | 3 | 36 | 203 | 142 | 115 | 0 | 61 | 343 | 140 | 32 |
| Binary | 11 | 11110 | 10000011 | 1100010 | 1001101 | 0 | 110001 | 11100011 | 1100000 | 11010 |
Color Harmonies of #031E83
Complementary color
Monochromatic Colors of #031E83
Black with #031E83
Text Example
Text Example
White with #031E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E83; }
p { color: rgb(3,30,131); }
H1.HeaderClassName
{
color: #031E83;
}
.AnyTagClassName
{
color: #031E83;
}
</style>
background-color css
<style>
a { background-color: #031E83; }
a { background-color: rgb(3,30,131); }
div.DivClassName
{
background-color: #031E83;
}
.BgClassName
{
background-color: #031E83;
}
</style>
border-color css
<style>
span { border-color: #031E83; }
span { border-color: rgb(3,30,131); }
td.TdClassName
{
border-color: #031E83;
}
.TagClassName
{
border-color: #031E83;
}
</style>