Shades of Sapphire #14205D
Tints of Sapphire #14205D
RGB
CMYK
RGB Variations
Color information
#14205D (or 0x14205D) is known color: Sapphire. HEX triplet: 14, 20 and 5D. RGB value is (20,32,93). Sum of RGB (Red+Green+Blue) = 20+32+93=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #14205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14205D is #EBDFA2. Grayscale: #232323. Windows color (decimal): -15458211 or 6103060. OLE color: 6103060.
HSL color Cylindrical-coordinate representation of color #14205D: hue angle of 230.14º degrees, saturation: 0.65, 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 #14205D is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 32 | 93 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.64 |
| HSL | 230.14º | 0.65% | 0.22% | - |
| HSV(B) | 230.14º | 0.78% | 0.36% | - |
| XYZ | 2.78 | 1.97 | 10.59 | - |
| YUV | 35.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 93 | 0.78 | 0.66 | 0 | 0.64 | 230.14 | 0.65 | 0.22 |
| Hex | 14 | 20 | 5D | 4E | 42 | 0 | 40 | E6 | 41 | 16 |
| Octal | 24 | 40 | 135 | 116 | 102 | 0 | 100 | 346 | 101 | 26 |
| Binary | 10100 | 100000 | 1011101 | 1001110 | 1000010 | 0 | 1000000 | 11100110 | 1000001 | 10110 |
Color Harmonies of #14205D
Complementary color
Monochromatic Colors of #14205D
Black with #14205D
Text Example
Text Example
White with #14205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14205D; }
p { color: rgb(20,32,93); }
H1.HeaderClassName
{
color: #14205D;
}
.AnyTagClassName
{
color: #14205D;
}
</style>
background-color css
<style>
a { background-color: #14205D; }
a { background-color: rgb(20,32,93); }
div.DivClassName
{
background-color: #14205D;
}
.BgClassName
{
background-color: #14205D;
}
</style>
border-color css
<style>
span { border-color: #14205D; }
span { border-color: rgb(20,32,93); }
td.TdClassName
{
border-color: #14205D;
}
.TagClassName
{
border-color: #14205D;
}
</style>