Shades of Sapphire #141F56
Tints of Sapphire #141F56
RGB
CMYK
RGB Variations
Color information
#141F56 (or 0x141F56) is known color: Sapphire. HEX triplet: 14, 1F and 56. RGB value is (20,31,86). Sum of RGB (Red+Green+Blue) = 20+31+86=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #141F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F56 is #EBE0A9. Grayscale: #212121. Windows color (decimal): -15458474 or 5644052. OLE color: 5644052.
HSL color Cylindrical-coordinate representation of color #141F56: hue angle of 230º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141F56 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 31 | 86 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.66 |
| HSL | 230º | 0.62% | 0.21% | - |
| HSV(B) | 230º | 0.77% | 0.34% | - |
| XYZ | 2.46 | 1.8 | 9.02 | - |
| YUV | 33.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 86 | 0.77 | 0.64 | 0 | 0.66 | 230 | 0.62 | 0.21 |
| Hex | 14 | 1F | 56 | 4D | 40 | 0 | 42 | E6 | 3E | 15 |
| Octal | 24 | 37 | 126 | 115 | 100 | 0 | 102 | 346 | 76 | 25 |
| Binary | 10100 | 11111 | 1010110 | 1001101 | 1000000 | 0 | 1000010 | 11100110 | 111110 | 10101 |
Color Harmonies of #141F56
Complementary color
Monochromatic Colors of #141F56
Black with #141F56
Text Example
Text Example
White with #141F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F56; }
p { color: rgb(20,31,86); }
H1.HeaderClassName
{
color: #141F56;
}
.AnyTagClassName
{
color: #141F56;
}
</style>
background-color css
<style>
a { background-color: #141F56; }
a { background-color: rgb(20,31,86); }
div.DivClassName
{
background-color: #141F56;
}
.BgClassName
{
background-color: #141F56;
}
</style>
border-color css
<style>
span { border-color: #141F56; }
span { border-color: rgb(20,31,86); }
td.TdClassName
{
border-color: #141F56;
}
.TagClassName
{
border-color: #141F56;
}
</style>