Shades of Sapphire #14287B
Tints of Sapphire #14287B
RGB
CMYK
RGB Variations
Color information
#14287B (or 0x14287B) is known color: Sapphire. HEX triplet: 14, 28 and 7B. RGB value is (20,40,123). Sum of RGB (Red+Green+Blue) = 20+40+123=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #14287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14287B is #EBD784. Grayscale: #2B2B2B. Windows color (decimal): -15456133 or 8071188. OLE color: 8071188.
HSL color Cylindrical-coordinate representation of color #14287B: hue angle of 228.35º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14287B is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 40 | 123 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.52 |
| HSL | 228.35º | 0.72% | 0.28% | - |
| HSV(B) | 228.35º | 0.84% | 0.48% | - |
| XYZ | 4.62 | 3.1 | 19.09 | - |
| YUV | 43.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 123 | 0.84 | 0.67 | 0 | 0.52 | 228.35 | 0.72 | 0.28 |
| Hex | 14 | 28 | 7B | 54 | 43 | 0 | 34 | E4 | 48 | 1C |
| Octal | 24 | 50 | 173 | 124 | 103 | 0 | 64 | 344 | 110 | 34 |
| Binary | 10100 | 101000 | 1111011 | 1010100 | 1000011 | 0 | 110100 | 11100100 | 1001000 | 11100 |
Color Harmonies of #14287B
Complementary color
Monochromatic Colors of #14287B
Black with #14287B
Text Example
Text Example
White with #14287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14287B; }
p { color: rgb(20,40,123); }
H1.HeaderClassName
{
color: #14287B;
}
.AnyTagClassName
{
color: #14287B;
}
</style>
background-color css
<style>
a { background-color: #14287B; }
a { background-color: rgb(20,40,123); }
div.DivClassName
{
background-color: #14287B;
}
.BgClassName
{
background-color: #14287B;
}
</style>
border-color css
<style>
span { border-color: #14287B; }
span { border-color: rgb(20,40,123); }
td.TdClassName
{
border-color: #14287B;
}
.TagClassName
{
border-color: #14287B;
}
</style>