Shades of Sapphire #031B4D
Tints of Sapphire #031B4D
RGB
CMYK
RGB Variations
Color information
#031B4D (or 0x031B4D) is known color: Sapphire. HEX triplet: 03, 1B and 4D. RGB value is (3,27,77). Sum of RGB (Red+Green+Blue) = 3+27+77=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #031B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B4D is #FCE4B2. Grayscale: #191919. Windows color (decimal): -16573619 or 5053187. OLE color: 5053187.
HSL color Cylindrical-coordinate representation of color #031B4D: hue angle of 220.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B4D is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 27 | 77 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.70 |
| HSL | 220.54º | 0.93% | 0.16% | - |
| HSV(B) | 220.54º | 0.96% | 0.3% | - |
| XYZ | 1.77 | 1.34 | 7.19 | - |
| YUV | 25.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 77 | 0.96 | 0.65 | 0 | 0.70 | 220.54 | 0.93 | 0.16 |
| Hex | 3 | 1B | 4D | 60 | 41 | 0 | 46 | DD | 5C | 10 |
| Octal | 3 | 33 | 115 | 140 | 101 | 0 | 106 | 335 | 134 | 20 |
| Binary | 11 | 11011 | 1001101 | 1100000 | 1000001 | 0 | 1000110 | 11011101 | 1011100 | 10000 |
Color Harmonies of #031B4D
Complementary color
Monochromatic Colors of #031B4D
Black with #031B4D
Text Example
Text Example
White with #031B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B4D; }
p { color: rgb(3,27,77); }
H1.HeaderClassName
{
color: #031B4D;
}
.AnyTagClassName
{
color: #031B4D;
}
</style>
background-color css
<style>
a { background-color: #031B4D; }
a { background-color: rgb(3,27,77); }
div.DivClassName
{
background-color: #031B4D;
}
.BgClassName
{
background-color: #031B4D;
}
</style>
border-color css
<style>
span { border-color: #031B4D; }
span { border-color: rgb(3,27,77); }
td.TdClassName
{
border-color: #031B4D;
}
.TagClassName
{
border-color: #031B4D;
}
</style>