Shades of Sapphire #141D55
Tints of Sapphire #141D55
RGB
CMYK
RGB Variations
Color information
#141D55 (or 0x141D55) is known color: Sapphire. HEX triplet: 14, 1D and 55. RGB value is (20,29,85). Sum of RGB (Red+Green+Blue) = 20+29+85=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #141D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D55 is #EBE2AA. Grayscale: #202020. Windows color (decimal): -15458987 or 5578004. OLE color: 5578004.
HSL color Cylindrical-coordinate representation of color #141D55: hue angle of 231.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141D55 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 29 | 85 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.67 |
| HSL | 231.69º | 0.62% | 0.21% | - |
| HSV(B) | 231.69º | 0.76% | 0.33% | - |
| XYZ | 2.37 | 1.68 | 8.79 | - |
| YUV | 32.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 85 | 0.76 | 0.66 | 0 | 0.67 | 231.69 | 0.62 | 0.21 |
| Hex | 14 | 1D | 55 | 4C | 42 | 0 | 43 | E8 | 3E | 15 |
| Octal | 24 | 35 | 125 | 114 | 102 | 0 | 103 | 350 | 76 | 25 |
| Binary | 10100 | 11101 | 1010101 | 1001100 | 1000010 | 0 | 1000011 | 11101000 | 111110 | 10101 |
Color Harmonies of #141D55
Complementary color
Monochromatic Colors of #141D55
Black with #141D55
Text Example
Text Example
White with #141D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D55; }
p { color: rgb(20,29,85); }
H1.HeaderClassName
{
color: #141D55;
}
.AnyTagClassName
{
color: #141D55;
}
</style>
background-color css
<style>
a { background-color: #141D55; }
a { background-color: rgb(20,29,85); }
div.DivClassName
{
background-color: #141D55;
}
.BgClassName
{
background-color: #141D55;
}
</style>
border-color css
<style>
span { border-color: #141D55; }
span { border-color: rgb(20,29,85); }
td.TdClassName
{
border-color: #141D55;
}
.TagClassName
{
border-color: #141D55;
}
</style>