Shades of Sapphire #141F57
Tints of Sapphire #141F57
RGB
CMYK
RGB Variations
Color information
#141F57 (or 0x141F57) is known color: Sapphire. HEX triplet: 14, 1F and 57. RGB value is (20,31,87). Sum of RGB (Red+Green+Blue) = 20+31+87=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #141F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F57 is #EBE0A8. Grayscale: #212121. Windows color (decimal): -15458473 or 5709588. OLE color: 5709588.
HSL color Cylindrical-coordinate representation of color #141F57: hue angle of 230.15º 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 #141F57 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 31 | 87 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.66 |
| HSL | 230.15º | 0.63% | 0.21% | - |
| HSV(B) | 230.15º | 0.77% | 0.34% | - |
| XYZ | 2.5 | 1.82 | 9.24 | - |
| YUV | 34.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 87 | 0.77 | 0.64 | 0 | 0.66 | 230.15 | 0.63 | 0.21 |
| Hex | 14 | 1F | 57 | 4D | 40 | 0 | 42 | E6 | 3F | 15 |
| Octal | 24 | 37 | 127 | 115 | 100 | 0 | 102 | 346 | 77 | 25 |
| Binary | 10100 | 11111 | 1010111 | 1001101 | 1000000 | 0 | 1000010 | 11100110 | 111111 | 10101 |
Color Harmonies of #141F57
Complementary color
Monochromatic Colors of #141F57
Black with #141F57
Text Example
Text Example
White with #141F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F57; }
p { color: rgb(20,31,87); }
H1.HeaderClassName
{
color: #141F57;
}
.AnyTagClassName
{
color: #141F57;
}
</style>
background-color css
<style>
a { background-color: #141F57; }
a { background-color: rgb(20,31,87); }
div.DivClassName
{
background-color: #141F57;
}
.BgClassName
{
background-color: #141F57;
}
</style>
border-color css
<style>
span { border-color: #141F57; }
span { border-color: rgb(20,31,87); }
td.TdClassName
{
border-color: #141F57;
}
.TagClassName
{
border-color: #141F57;
}
</style>