Shades of Sapphire #14215B
Tints of Sapphire #14215B
RGB
CMYK
RGB Variations
Color information
#14215B (or 0x14215B) is known color: Sapphire. HEX triplet: 14, 21 and 5B. RGB value is (20,33,91). Sum of RGB (Red+Green+Blue) = 20+33+91=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #14215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14215B is #EBDEA4. Grayscale: #232323. Windows color (decimal): -15457957 or 5972244. OLE color: 5972244.
HSL color Cylindrical-coordinate representation of color #14215B: hue angle of 229.01º 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 #14215B is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 33 | 91 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.64 |
| HSL | 229.01º | 0.64% | 0.22% | - |
| HSV(B) | 229.01º | 0.78% | 0.36% | - |
| XYZ | 2.72 | 1.99 | 10.14 | - |
| YUV | 35.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 91 | 0.78 | 0.64 | 0 | 0.64 | 229.01 | 0.64 | 0.22 |
| Hex | 14 | 21 | 5B | 4E | 40 | 0 | 40 | E5 | 40 | 16 |
| Octal | 24 | 41 | 133 | 116 | 100 | 0 | 100 | 345 | 100 | 26 |
| Binary | 10100 | 100001 | 1011011 | 1001110 | 1000000 | 0 | 1000000 | 11100101 | 1000000 | 10110 |
Color Harmonies of #14215B
Complementary color
Monochromatic Colors of #14215B
Black with #14215B
Text Example
Text Example
White with #14215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14215B; }
p { color: rgb(20,33,91); }
H1.HeaderClassName
{
color: #14215B;
}
.AnyTagClassName
{
color: #14215B;
}
</style>
background-color css
<style>
a { background-color: #14215B; }
a { background-color: rgb(20,33,91); }
div.DivClassName
{
background-color: #14215B;
}
.BgClassName
{
background-color: #14215B;
}
</style>
border-color css
<style>
span { border-color: #14215B; }
span { border-color: rgb(20,33,91); }
td.TdClassName
{
border-color: #14215B;
}
.TagClassName
{
border-color: #14215B;
}
</style>