Shades of Sapphire #14366C
Tints of Sapphire #14366C
RGB
CMYK
RGB Variations
Color information
#14366C (or 0x14366C) is known color: Sapphire. HEX triplet: 14, 36 and 6C. RGB value is (20,54,108). Sum of RGB (Red+Green+Blue) = 20+54+108=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #14366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14366C is #EBC993. Grayscale: #313131. Windows color (decimal): -15452564 or 7091732. OLE color: 7091732.
HSL color Cylindrical-coordinate representation of color #14366C: hue angle of 216.82º 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 #14366C is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 54 | 108 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.58 |
| HSL | 216.82º | 0.69% | 0.25% | - |
| HSV(B) | 216.82º | 0.81% | 0.42% | - |
| XYZ | 4.31 | 3.87 | 14.71 | - |
| YUV | 49.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 108 | 0.81 | 0.50 | 0 | 0.58 | 216.82 | 0.69 | 0.25 |
| Hex | 14 | 36 | 6C | 51 | 32 | 0 | 3A | D9 | 45 | 19 |
| Octal | 24 | 66 | 154 | 121 | 62 | 0 | 72 | 331 | 105 | 31 |
| Binary | 10100 | 110110 | 1101100 | 1010001 | 110010 | 0 | 111010 | 11011001 | 1000101 | 11001 |
Color Harmonies of #14366C
Complementary color
Monochromatic Colors of #14366C
Black with #14366C
Text Example
Text Example
White with #14366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14366C; }
p { color: rgb(20,54,108); }
H1.HeaderClassName
{
color: #14366C;
}
.AnyTagClassName
{
color: #14366C;
}
</style>
background-color css
<style>
a { background-color: #14366C; }
a { background-color: rgb(20,54,108); }
div.DivClassName
{
background-color: #14366C;
}
.BgClassName
{
background-color: #14366C;
}
</style>
border-color css
<style>
span { border-color: #14366C; }
span { border-color: rgb(20,54,108); }
td.TdClassName
{
border-color: #14366C;
}
.TagClassName
{
border-color: #14366C;
}
</style>