Shades of Sapphire #141F5B
Tints of Sapphire #141F5B
RGB
CMYK
RGB Variations
Color information
#141F5B (or 0x141F5B) is known color: Sapphire. HEX triplet: 14, 1F and 5B. RGB value is (20,31,91). Sum of RGB (Red+Green+Blue) = 20+31+91=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #141F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F5B is #EBE0A4. Grayscale: #222222. Windows color (decimal): -15458469 or 5971732. OLE color: 5971732.
HSL color Cylindrical-coordinate representation of color #141F5B: hue angle of 230.7º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141F5B is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 31 | 91 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.64 |
| HSL | 230.7º | 0.64% | 0.22% | - |
| HSV(B) | 230.7º | 0.78% | 0.36% | - |
| XYZ | 2.67 | 1.88 | 10.12 | - |
| YUV | 34.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 91 | 0.78 | 0.66 | 0 | 0.64 | 230.7 | 0.64 | 0.22 |
| Hex | 14 | 1F | 5B | 4E | 42 | 0 | 40 | E7 | 40 | 16 |
| Octal | 24 | 37 | 133 | 116 | 102 | 0 | 100 | 347 | 100 | 26 |
| Binary | 10100 | 11111 | 1011011 | 1001110 | 1000010 | 0 | 1000000 | 11100111 | 1000000 | 10110 |
Color Harmonies of #141F5B
Complementary color
Monochromatic Colors of #141F5B
Black with #141F5B
Text Example
Text Example
White with #141F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F5B; }
p { color: rgb(20,31,91); }
H1.HeaderClassName
{
color: #141F5B;
}
.AnyTagClassName
{
color: #141F5B;
}
</style>
background-color css
<style>
a { background-color: #141F5B; }
a { background-color: rgb(20,31,91); }
div.DivClassName
{
background-color: #141F5B;
}
.BgClassName
{
background-color: #141F5B;
}
</style>
border-color css
<style>
span { border-color: #141F5B; }
span { border-color: rgb(20,31,91); }
td.TdClassName
{
border-color: #141F5B;
}
.TagClassName
{
border-color: #141F5B;
}
</style>