Shades of Sapphire #14295C
Tints of Sapphire #14295C
RGB
CMYK
RGB Variations
Color information
#14295C (or 0x14295C) is known color: Sapphire. HEX triplet: 14, 29 and 5C. RGB value is (20,41,92). Sum of RGB (Red+Green+Blue) = 20+41+92=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #14295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14295C is #EBD6A3. Grayscale: #282828. Windows color (decimal): -15455908 or 6039828. OLE color: 6039828.
HSL color Cylindrical-coordinate representation of color #14295C: hue angle of 222.5º 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 #14295C is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 41 | 92 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.64 |
| HSL | 222.5º | 0.64% | 0.22% | - |
| HSV(B) | 222.5º | 0.78% | 0.36% | - |
| XYZ | 3.01 | 2.51 | 10.45 | - |
| YUV | 40.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 92 | 0.78 | 0.55 | 0 | 0.64 | 222.5 | 0.64 | 0.22 |
| Hex | 14 | 29 | 5C | 4E | 37 | 0 | 40 | DE | 40 | 16 |
| Octal | 24 | 51 | 134 | 116 | 67 | 0 | 100 | 336 | 100 | 26 |
| Binary | 10100 | 101001 | 1011100 | 1001110 | 110111 | 0 | 1000000 | 11011110 | 1000000 | 10110 |
Color Harmonies of #14295C
Complementary color
Monochromatic Colors of #14295C
Black with #14295C
Text Example
Text Example
White with #14295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14295C; }
p { color: rgb(20,41,92); }
H1.HeaderClassName
{
color: #14295C;
}
.AnyTagClassName
{
color: #14295C;
}
</style>
background-color css
<style>
a { background-color: #14295C; }
a { background-color: rgb(20,41,92); }
div.DivClassName
{
background-color: #14295C;
}
.BgClassName
{
background-color: #14295C;
}
</style>
border-color css
<style>
span { border-color: #14295C; }
span { border-color: rgb(20,41,92); }
td.TdClassName
{
border-color: #14295C;
}
.TagClassName
{
border-color: #14295C;
}
</style>