Shades of Sapphire #031E53
Tints of Sapphire #031E53
RGB
CMYK
RGB Variations
Color information
#031E53 (or 0x031E53) is known color: Sapphire. HEX triplet: 03, 1E and 53. RGB value is (3,30,83). Sum of RGB (Red+Green+Blue) = 3+30+83=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #031E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E53 is #FCE1AC. Grayscale: #1B1B1B. Windows color (decimal): -16572845 or 5447171. OLE color: 5447171.
HSL color Cylindrical-coordinate representation of color #031E53: hue angle of 219.75º 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 #031E53 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 30 | 83 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.67 |
| HSL | 219.75º | 0.93% | 0.17% | - |
| HSV(B) | 219.75º | 0.96% | 0.33% | - |
| XYZ | 2.06 | 1.57 | 8.38 | - |
| YUV | 27.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 83 | 0.96 | 0.64 | 0 | 0.67 | 219.75 | 0.93 | 0.17 |
| Hex | 3 | 1E | 53 | 60 | 40 | 0 | 43 | DC | 5D | 11 |
| Octal | 3 | 36 | 123 | 140 | 100 | 0 | 103 | 334 | 135 | 21 |
| Binary | 11 | 11110 | 1010011 | 1100000 | 1000000 | 0 | 1000011 | 11011100 | 1011101 | 10001 |
Color Harmonies of #031E53
Complementary color
Monochromatic Colors of #031E53
Black with #031E53
Text Example
Text Example
White with #031E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E53; }
p { color: rgb(3,30,83); }
H1.HeaderClassName
{
color: #031E53;
}
.AnyTagClassName
{
color: #031E53;
}
</style>
background-color css
<style>
a { background-color: #031E53; }
a { background-color: rgb(3,30,83); }
div.DivClassName
{
background-color: #031E53;
}
.BgClassName
{
background-color: #031E53;
}
</style>
border-color css
<style>
span { border-color: #031E53; }
span { border-color: rgb(3,30,83); }
td.TdClassName
{
border-color: #031E53;
}
.TagClassName
{
border-color: #031E53;
}
</style>