Shades of Sapphire #14346E
Tints of Sapphire #14346E
RGB
CMYK
RGB Variations
Color information
#14346E (or 0x14346E) is known color: Sapphire. HEX triplet: 14, 34 and 6E. RGB value is (20,52,110). Sum of RGB (Red+Green+Blue) = 20+52+110=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #14346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14346E is #EBCB91. Grayscale: #303030. Windows color (decimal): -15453074 or 7222292. OLE color: 7222292.
HSL color Cylindrical-coordinate representation of color #14346E: hue angle of 218.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14346E is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 52 | 110 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.57 |
| HSL | 218.67º | 0.69% | 0.25% | - |
| HSV(B) | 218.67º | 0.82% | 0.43% | - |
| XYZ | 4.33 | 3.73 | 15.24 | - |
| YUV | 49.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 110 | 0.82 | 0.53 | 0 | 0.57 | 218.67 | 0.69 | 0.25 |
| Hex | 14 | 34 | 6E | 52 | 35 | 0 | 39 | DB | 45 | 19 |
| Octal | 24 | 64 | 156 | 122 | 65 | 0 | 71 | 333 | 105 | 31 |
| Binary | 10100 | 110100 | 1101110 | 1010010 | 110101 | 0 | 111001 | 11011011 | 1000101 | 11001 |
Color Harmonies of #14346E
Complementary color
Monochromatic Colors of #14346E
Black with #14346E
Text Example
Text Example
White with #14346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14346E; }
p { color: rgb(20,52,110); }
H1.HeaderClassName
{
color: #14346E;
}
.AnyTagClassName
{
color: #14346E;
}
</style>
background-color css
<style>
a { background-color: #14346E; }
a { background-color: rgb(20,52,110); }
div.DivClassName
{
background-color: #14346E;
}
.BgClassName
{
background-color: #14346E;
}
</style>
border-color css
<style>
span { border-color: #14346E; }
span { border-color: rgb(20,52,110); }
td.TdClassName
{
border-color: #14346E;
}
.TagClassName
{
border-color: #14346E;
}
</style>