Shades of Sapphire #14336C
Tints of Sapphire #14336C
RGB
CMYK
RGB Variations
Color information
#14336C (or 0x14336C) is known color: Sapphire. HEX triplet: 14, 33 and 6C. RGB value is (20,51,108). Sum of RGB (Red+Green+Blue) = 20+51+108=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #14336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14336C is #EBCC93. Grayscale: #2F2F2F. Windows color (decimal): -15453332 or 7090964. OLE color: 7090964.
HSL color Cylindrical-coordinate representation of color #14336C: hue angle of 218.86º 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 #14336C is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 51 | 108 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.58 |
| HSL | 218.86º | 0.69% | 0.25% | - |
| HSV(B) | 218.86º | 0.81% | 0.42% | - |
| XYZ | 4.18 | 3.6 | 14.66 | - |
| YUV | 48.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 108 | 0.81 | 0.53 | 0 | 0.58 | 218.86 | 0.69 | 0.25 |
| Hex | 14 | 33 | 6C | 51 | 35 | 0 | 3A | DB | 45 | 19 |
| Octal | 24 | 63 | 154 | 121 | 65 | 0 | 72 | 333 | 105 | 31 |
| Binary | 10100 | 110011 | 1101100 | 1010001 | 110101 | 0 | 111010 | 11011011 | 1000101 | 11001 |
Color Harmonies of #14336C
Complementary color
Monochromatic Colors of #14336C
Black with #14336C
Text Example
Text Example
White with #14336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14336C; }
p { color: rgb(20,51,108); }
H1.HeaderClassName
{
color: #14336C;
}
.AnyTagClassName
{
color: #14336C;
}
</style>
background-color css
<style>
a { background-color: #14336C; }
a { background-color: rgb(20,51,108); }
div.DivClassName
{
background-color: #14336C;
}
.BgClassName
{
background-color: #14336C;
}
</style>
border-color css
<style>
span { border-color: #14336C; }
span { border-color: rgb(20,51,108); }
td.TdClassName
{
border-color: #14336C;
}
.TagClassName
{
border-color: #14336C;
}
</style>