Shades of Sapphire #14356C
Tints of Sapphire #14356C
RGB
CMYK
RGB Variations
Color information
#14356C (or 0x14356C) is known color: Sapphire. HEX triplet: 14, 35 and 6C. RGB value is (20,53,108). Sum of RGB (Red+Green+Blue) = 20+53+108=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #14356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14356C is #EBCA93. Grayscale: #313131. Windows color (decimal): -15452820 or 7091476. OLE color: 7091476.
HSL color Cylindrical-coordinate representation of color #14356C: hue angle of 217.5º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14356C is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 53 | 108 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.58 |
| HSL | 217.5º | 0.69% | 0.25% | - |
| HSV(B) | 217.5º | 0.81% | 0.42% | - |
| XYZ | 4.27 | 3.78 | 14.69 | - |
| YUV | 49.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 108 | 0.81 | 0.51 | 0 | 0.58 | 217.5 | 0.69 | 0.25 |
| Hex | 14 | 35 | 6C | 51 | 33 | 0 | 3A | DA | 45 | 19 |
| Octal | 24 | 65 | 154 | 121 | 63 | 0 | 72 | 332 | 105 | 31 |
| Binary | 10100 | 110101 | 1101100 | 1010001 | 110011 | 0 | 111010 | 11011010 | 1000101 | 11001 |
Color Harmonies of #14356C
Complementary color
Monochromatic Colors of #14356C
Black with #14356C
Text Example
Text Example
White with #14356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14356C; }
p { color: rgb(20,53,108); }
H1.HeaderClassName
{
color: #14356C;
}
.AnyTagClassName
{
color: #14356C;
}
</style>
background-color css
<style>
a { background-color: #14356C; }
a { background-color: rgb(20,53,108); }
div.DivClassName
{
background-color: #14356C;
}
.BgClassName
{
background-color: #14356C;
}
</style>
border-color css
<style>
span { border-color: #14356C; }
span { border-color: rgb(20,53,108); }
td.TdClassName
{
border-color: #14356C;
}
.TagClassName
{
border-color: #14356C;
}
</style>