Shades of Sapphire #031E5D
Tints of Sapphire #031E5D
RGB
CMYK
RGB Variations
Color information
#031E5D (or 0x031E5D) is known color: Sapphire. HEX triplet: 03, 1E and 5D. RGB value is (3,30,93). Sum of RGB (Red+Green+Blue) = 3+30+93=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #031E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E5D is #FCE1A2. Grayscale: #1C1C1C. Windows color (decimal): -16572835 or 6102531. OLE color: 6102531.
HSL color Cylindrical-coordinate representation of color #031E5D: hue angle of 222º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E5D is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 30 | 93 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.64 |
| HSL | 222º | 0.94% | 0.19% | - |
| HSV(B) | 222º | 0.97% | 0.36% | - |
| XYZ | 2.48 | 1.74 | 10.56 | - |
| YUV | 29.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 93 | 0.97 | 0.68 | 0 | 0.64 | 222 | 0.94 | 0.19 |
| Hex | 3 | 1E | 5D | 61 | 44 | 0 | 40 | DE | 5E | 13 |
| Octal | 3 | 36 | 135 | 141 | 104 | 0 | 100 | 336 | 136 | 23 |
| Binary | 11 | 11110 | 1011101 | 1100001 | 1000100 | 0 | 1000000 | 11011110 | 1011110 | 10011 |
Color Harmonies of #031E5D
Complementary color
Monochromatic Colors of #031E5D
Black with #031E5D
Text Example
Text Example
White with #031E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E5D; }
p { color: rgb(3,30,93); }
H1.HeaderClassName
{
color: #031E5D;
}
.AnyTagClassName
{
color: #031E5D;
}
</style>
background-color css
<style>
a { background-color: #031E5D; }
a { background-color: rgb(3,30,93); }
div.DivClassName
{
background-color: #031E5D;
}
.BgClassName
{
background-color: #031E5D;
}
</style>
border-color css
<style>
span { border-color: #031E5D; }
span { border-color: rgb(3,30,93); }
td.TdClassName
{
border-color: #031E5D;
}
.TagClassName
{
border-color: #031E5D;
}
</style>