Shades of Sapphire #141E5E
Tints of Sapphire #141E5E
RGB
CMYK
RGB Variations
Color information
#141E5E (or 0x141E5E) is known color: Sapphire. HEX triplet: 14, 1E and 5E. RGB value is (20,30,94). Sum of RGB (Red+Green+Blue) = 20+30+94=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #141E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E5E is #EBE1A1. Grayscale: #222222. Windows color (decimal): -15458722 or 6168084. OLE color: 6168084.
HSL color Cylindrical-coordinate representation of color #141E5E: hue angle of 231.89º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141E5E is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 30 | 94 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.63 |
| HSL | 231.89º | 0.65% | 0.22% | - |
| HSV(B) | 231.89º | 0.79% | 0.37% | - |
| XYZ | 2.77 | 1.89 | 10.81 | - |
| YUV | 34.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 94 | 0.79 | 0.68 | 0 | 0.63 | 231.89 | 0.65 | 0.22 |
| Hex | 14 | 1E | 5E | 4F | 44 | 0 | 3F | E8 | 41 | 16 |
| Octal | 24 | 36 | 136 | 117 | 104 | 0 | 77 | 350 | 101 | 26 |
| Binary | 10100 | 11110 | 1011110 | 1001111 | 1000100 | 0 | 111111 | 11101000 | 1000001 | 10110 |
Color Harmonies of #141E5E
Complementary color
Monochromatic Colors of #141E5E
Black with #141E5E
Text Example
Text Example
White with #141E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E5E; }
p { color: rgb(20,30,94); }
H1.HeaderClassName
{
color: #141E5E;
}
.AnyTagClassName
{
color: #141E5E;
}
</style>
background-color css
<style>
a { background-color: #141E5E; }
a { background-color: rgb(20,30,94); }
div.DivClassName
{
background-color: #141E5E;
}
.BgClassName
{
background-color: #141E5E;
}
</style>
border-color css
<style>
span { border-color: #141E5E; }
span { border-color: rgb(20,30,94); }
td.TdClassName
{
border-color: #141E5E;
}
.TagClassName
{
border-color: #141E5E;
}
</style>