Shades of Sapphire #14326C
Tints of Sapphire #14326C
RGB
CMYK
RGB Variations
Color information
#14326C (or 0x14326C) is known color: Sapphire. HEX triplet: 14, 32 and 6C. RGB value is (20,50,108). Sum of RGB (Red+Green+Blue) = 20+50+108=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #14326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14326C is #EBCD93. Grayscale: #2F2F2F. Windows color (decimal): -15453588 or 7090708. OLE color: 7090708.
HSL color Cylindrical-coordinate representation of color #14326C: hue angle of 219.55º 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 #14326C is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 50 | 108 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.58 |
| HSL | 219.55º | 0.69% | 0.25% | - |
| HSV(B) | 219.55º | 0.81% | 0.42% | - |
| XYZ | 4.14 | 3.51 | 14.65 | - |
| YUV | 47.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 108 | 0.81 | 0.54 | 0 | 0.58 | 219.55 | 0.69 | 0.25 |
| Hex | 14 | 32 | 6C | 51 | 36 | 0 | 3A | DC | 45 | 19 |
| Octal | 24 | 62 | 154 | 121 | 66 | 0 | 72 | 334 | 105 | 31 |
| Binary | 10100 | 110010 | 1101100 | 1010001 | 110110 | 0 | 111010 | 11011100 | 1000101 | 11001 |
Color Harmonies of #14326C
Complementary color
Monochromatic Colors of #14326C
Black with #14326C
Text Example
Text Example
White with #14326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14326C; }
p { color: rgb(20,50,108); }
H1.HeaderClassName
{
color: #14326C;
}
.AnyTagClassName
{
color: #14326C;
}
</style>
background-color css
<style>
a { background-color: #14326C; }
a { background-color: rgb(20,50,108); }
div.DivClassName
{
background-color: #14326C;
}
.BgClassName
{
background-color: #14326C;
}
</style>
border-color css
<style>
span { border-color: #14326C; }
span { border-color: rgb(20,50,108); }
td.TdClassName
{
border-color: #14326C;
}
.TagClassName
{
border-color: #14326C;
}
</style>