Shades of Sapphire #141D57
Tints of Sapphire #141D57
RGB
CMYK
RGB Variations
Color information
#141D57 (or 0x141D57) is known color: Sapphire. HEX triplet: 14, 1D and 57. RGB value is (20,29,87). Sum of RGB (Red+Green+Blue) = 20+29+87=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #141D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D57 is #EBE2A8. Grayscale: #202020. Windows color (decimal): -15458985 or 5709076. OLE color: 5709076.
HSL color Cylindrical-coordinate representation of color #141D57: hue angle of 231.94º degrees, saturation: 0.63, 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 #141D57 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 29 | 87 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.66 |
| HSL | 231.94º | 0.63% | 0.21% | - |
| HSV(B) | 231.94º | 0.77% | 0.34% | - |
| XYZ | 2.45 | 1.72 | 9.22 | - |
| YUV | 32.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 87 | 0.77 | 0.67 | 0 | 0.66 | 231.94 | 0.63 | 0.21 |
| Hex | 14 | 1D | 57 | 4D | 43 | 0 | 42 | E8 | 3F | 15 |
| Octal | 24 | 35 | 127 | 115 | 103 | 0 | 102 | 350 | 77 | 25 |
| Binary | 10100 | 11101 | 1010111 | 1001101 | 1000011 | 0 | 1000010 | 11101000 | 111111 | 10101 |
Color Harmonies of #141D57
Complementary color
Monochromatic Colors of #141D57
Black with #141D57
Text Example
Text Example
White with #141D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D57; }
p { color: rgb(20,29,87); }
H1.HeaderClassName
{
color: #141D57;
}
.AnyTagClassName
{
color: #141D57;
}
</style>
background-color css
<style>
a { background-color: #141D57; }
a { background-color: rgb(20,29,87); }
div.DivClassName
{
background-color: #141D57;
}
.BgClassName
{
background-color: #141D57;
}
</style>
border-color css
<style>
span { border-color: #141D57; }
span { border-color: rgb(20,29,87); }
td.TdClassName
{
border-color: #141D57;
}
.TagClassName
{
border-color: #141D57;
}
</style>