Shades of Sapphire #031E68
Tints of Sapphire #031E68
RGB
CMYK
RGB Variations
Color information
#031E68 (or 0x031E68) is known color: Sapphire. HEX triplet: 03, 1E and 68. RGB value is (3,30,104). Sum of RGB (Red+Green+Blue) = 3+30+104=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #031E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E68 is #FCE197. Grayscale: #1E1E1E. Windows color (decimal): -16572824 or 6823427. OLE color: 6823427.
HSL color Cylindrical-coordinate representation of color #031E68: hue angle of 223.96º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E68 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 30 | 104 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.59 |
| HSL | 223.96º | 0.94% | 0.21% | - |
| HSV(B) | 223.96º | 0.97% | 0.41% | - |
| XYZ | 3 | 1.95 | 13.31 | - |
| YUV | 30.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 104 | 0.97 | 0.71 | 0 | 0.59 | 223.96 | 0.94 | 0.21 |
| Hex | 3 | 1E | 68 | 61 | 47 | 0 | 3B | E0 | 5E | 15 |
| Octal | 3 | 36 | 150 | 141 | 107 | 0 | 73 | 340 | 136 | 25 |
| Binary | 11 | 11110 | 1101000 | 1100001 | 1000111 | 0 | 111011 | 11100000 | 1011110 | 10101 |
Color Harmonies of #031E68
Complementary color
Monochromatic Colors of #031E68
Black with #031E68
Text Example
Text Example
White with #031E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E68; }
p { color: rgb(3,30,104); }
H1.HeaderClassName
{
color: #031E68;
}
.AnyTagClassName
{
color: #031E68;
}
</style>
background-color css
<style>
a { background-color: #031E68; }
a { background-color: rgb(3,30,104); }
div.DivClassName
{
background-color: #031E68;
}
.BgClassName
{
background-color: #031E68;
}
</style>
border-color css
<style>
span { border-color: #031E68; }
span { border-color: rgb(3,30,104); }
td.TdClassName
{
border-color: #031E68;
}
.TagClassName
{
border-color: #031E68;
}
</style>