Shades of Sapphire #141F54
Tints of Sapphire #141F54
RGB
CMYK
RGB Variations
Color information
#141F54 (or 0x141F54) is known color: Sapphire. HEX triplet: 14, 1F and 54. RGB value is (20,31,84). Sum of RGB (Red+Green+Blue) = 20+31+84=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #141F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F54 is #EBE0AB. Grayscale: #212121. Windows color (decimal): -15458476 or 5512980. OLE color: 5512980.
HSL color Cylindrical-coordinate representation of color #141F54: hue angle of 229.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141F54 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 31 | 84 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.67 |
| HSL | 229.69º | 0.62% | 0.2% | - |
| HSV(B) | 229.69º | 0.76% | 0.33% | - |
| XYZ | 2.38 | 1.77 | 8.6 | - |
| YUV | 33.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 84 | 0.76 | 0.63 | 0 | 0.67 | 229.69 | 0.62 | 0.2 |
| Hex | 14 | 1F | 54 | 4C | 3F | 0 | 43 | E6 | 3E | 14 |
| Octal | 24 | 37 | 124 | 114 | 77 | 0 | 103 | 346 | 76 | 24 |
| Binary | 10100 | 11111 | 1010100 | 1001100 | 111111 | 0 | 1000011 | 11100110 | 111110 | 10100 |
Color Harmonies of #141F54
Complementary color
Monochromatic Colors of #141F54
Black with #141F54
Text Example
Text Example
White with #141F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F54; }
p { color: rgb(20,31,84); }
H1.HeaderClassName
{
color: #141F54;
}
.AnyTagClassName
{
color: #141F54;
}
</style>
background-color css
<style>
a { background-color: #141F54; }
a { background-color: rgb(20,31,84); }
div.DivClassName
{
background-color: #141F54;
}
.BgClassName
{
background-color: #141F54;
}
</style>
border-color css
<style>
span { border-color: #141F54; }
span { border-color: rgb(20,31,84); }
td.TdClassName
{
border-color: #141F54;
}
.TagClassName
{
border-color: #141F54;
}
</style>