Shades of Sapphire #141E55
Tints of Sapphire #141E55
RGB
CMYK
RGB Variations
Color information
#141E55 (or 0x141E55) is known color: Sapphire. HEX triplet: 14, 1E and 55. RGB value is (20,30,85). Sum of RGB (Red+Green+Blue) = 20+30+85=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #141E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E55 is #EBE1AA. Grayscale: #212121. Windows color (decimal): -15458731 or 5578260. OLE color: 5578260.
HSL color Cylindrical-coordinate representation of color #141E55: hue angle of 230.77º 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 #141E55 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 30 | 85 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.67 |
| HSL | 230.77º | 0.62% | 0.21% | - |
| HSV(B) | 230.77º | 0.76% | 0.33% | - |
| XYZ | 2.39 | 1.73 | 8.8 | - |
| YUV | 33.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 85 | 0.76 | 0.65 | 0 | 0.67 | 230.77 | 0.62 | 0.21 |
| Hex | 14 | 1E | 55 | 4C | 41 | 0 | 43 | E7 | 3E | 15 |
| Octal | 24 | 36 | 125 | 114 | 101 | 0 | 103 | 347 | 76 | 25 |
| Binary | 10100 | 11110 | 1010101 | 1001100 | 1000001 | 0 | 1000011 | 11100111 | 111110 | 10101 |
Color Harmonies of #141E55
Complementary color
Monochromatic Colors of #141E55
Black with #141E55
Text Example
Text Example
White with #141E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E55; }
p { color: rgb(20,30,85); }
H1.HeaderClassName
{
color: #141E55;
}
.AnyTagClassName
{
color: #141E55;
}
</style>
background-color css
<style>
a { background-color: #141E55; }
a { background-color: rgb(20,30,85); }
div.DivClassName
{
background-color: #141E55;
}
.BgClassName
{
background-color: #141E55;
}
</style>
border-color css
<style>
span { border-color: #141E55; }
span { border-color: rgb(20,30,85); }
td.TdClassName
{
border-color: #141E55;
}
.TagClassName
{
border-color: #141E55;
}
</style>