Shades of Sapphire #14285F
Tints of Sapphire #14285F
RGB
CMYK
RGB Variations
Color information
#14285F (or 0x14285F) is known color: Sapphire. HEX triplet: 14, 28 and 5F. RGB value is (20,40,95). Sum of RGB (Red+Green+Blue) = 20+40+95=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #14285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14285F is #EBD7A0. Grayscale: #282828. Windows color (decimal): -15456161 or 6236180. OLE color: 6236180.
HSL color Cylindrical-coordinate representation of color #14285F: hue angle of 224º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14285F is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 40 | 95 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.63 |
| HSL | 224º | 0.65% | 0.23% | - |
| HSV(B) | 224º | 0.79% | 0.37% | - |
| XYZ | 3.11 | 2.49 | 11.14 | - |
| YUV | 40.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 95 | 0.79 | 0.58 | 0 | 0.63 | 224 | 0.65 | 0.23 |
| Hex | 14 | 28 | 5F | 4F | 3A | 0 | 3F | E0 | 41 | 17 |
| Octal | 24 | 50 | 137 | 117 | 72 | 0 | 77 | 340 | 101 | 27 |
| Binary | 10100 | 101000 | 1011111 | 1001111 | 111010 | 0 | 111111 | 11100000 | 1000001 | 10111 |
Color Harmonies of #14285F
Complementary color
Monochromatic Colors of #14285F
Black with #14285F
Text Example
Text Example
White with #14285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14285F; }
p { color: rgb(20,40,95); }
H1.HeaderClassName
{
color: #14285F;
}
.AnyTagClassName
{
color: #14285F;
}
</style>
background-color css
<style>
a { background-color: #14285F; }
a { background-color: rgb(20,40,95); }
div.DivClassName
{
background-color: #14285F;
}
.BgClassName
{
background-color: #14285F;
}
</style>
border-color css
<style>
span { border-color: #14285F; }
span { border-color: rgb(20,40,95); }
td.TdClassName
{
border-color: #14285F;
}
.TagClassName
{
border-color: #14285F;
}
</style>