Shades of Sapphire #141D59
Tints of Sapphire #141D59
RGB
CMYK
RGB Variations
Color information
#141D59 (or 0x141D59) is known color: Sapphire. HEX triplet: 14, 1D and 59. RGB value is (20,29,89). Sum of RGB (Red+Green+Blue) = 20+29+89=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #141D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D59 is #EBE2A6. Grayscale: #202020. Windows color (decimal): -15458983 or 5840148. OLE color: 5840148.
HSL color Cylindrical-coordinate representation of color #141D59: hue angle of 232.17º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141D59 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 29 | 89 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.65 |
| HSL | 232.17º | 0.63% | 0.21% | - |
| HSV(B) | 232.17º | 0.78% | 0.35% | - |
| XYZ | 2.53 | 1.75 | 9.66 | - |
| YUV | 33.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 89 | 0.78 | 0.67 | 0 | 0.65 | 232.17 | 0.63 | 0.21 |
| Hex | 14 | 1D | 59 | 4E | 43 | 0 | 41 | E8 | 3F | 15 |
| Octal | 24 | 35 | 131 | 116 | 103 | 0 | 101 | 350 | 77 | 25 |
| Binary | 10100 | 11101 | 1011001 | 1001110 | 1000011 | 0 | 1000001 | 11101000 | 111111 | 10101 |
Color Harmonies of #141D59
Complementary color
Monochromatic Colors of #141D59
Black with #141D59
Text Example
Text Example
White with #141D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D59; }
p { color: rgb(20,29,89); }
H1.HeaderClassName
{
color: #141D59;
}
.AnyTagClassName
{
color: #141D59;
}
</style>
background-color css
<style>
a { background-color: #141D59; }
a { background-color: rgb(20,29,89); }
div.DivClassName
{
background-color: #141D59;
}
.BgClassName
{
background-color: #141D59;
}
</style>
border-color css
<style>
span { border-color: #141D59; }
span { border-color: rgb(20,29,89); }
td.TdClassName
{
border-color: #141D59;
}
.TagClassName
{
border-color: #141D59;
}
</style>