Shades of Sapphire #14285E
Tints of Sapphire #14285E
RGB
CMYK
RGB Variations
Color information
#14285E (or 0x14285E) is known color: Sapphire. HEX triplet: 14, 28 and 5E. RGB value is (20,40,94). Sum of RGB (Red+Green+Blue) = 20+40+94=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #14285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14285E is #EBD7A1. Grayscale: #272727. Windows color (decimal): -15456162 or 6170644. OLE color: 6170644.
HSL color Cylindrical-coordinate representation of color #14285E: hue angle of 223.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14285E is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 40 | 94 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.63 |
| HSL | 223.78º | 0.65% | 0.22% | - |
| HSV(B) | 223.78º | 0.79% | 0.37% | - |
| XYZ | 3.07 | 2.47 | 10.91 | - |
| YUV | 40.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 94 | 0.79 | 0.57 | 0 | 0.63 | 223.78 | 0.65 | 0.22 |
| Hex | 14 | 28 | 5E | 4F | 39 | 0 | 3F | E0 | 41 | 16 |
| Octal | 24 | 50 | 136 | 117 | 71 | 0 | 77 | 340 | 101 | 26 |
| Binary | 10100 | 101000 | 1011110 | 1001111 | 111001 | 0 | 111111 | 11100000 | 1000001 | 10110 |
Color Harmonies of #14285E
Complementary color
Monochromatic Colors of #14285E
Black with #14285E
Text Example
Text Example
White with #14285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14285E; }
p { color: rgb(20,40,94); }
H1.HeaderClassName
{
color: #14285E;
}
.AnyTagClassName
{
color: #14285E;
}
</style>
background-color css
<style>
a { background-color: #14285E; }
a { background-color: rgb(20,40,94); }
div.DivClassName
{
background-color: #14285E;
}
.BgClassName
{
background-color: #14285E;
}
</style>
border-color css
<style>
span { border-color: #14285E; }
span { border-color: rgb(20,40,94); }
td.TdClassName
{
border-color: #14285E;
}
.TagClassName
{
border-color: #14285E;
}
</style>