Shades of Sapphire #14316F
Tints of Sapphire #14316F
RGB
CMYK
RGB Variations
Color information
#14316F (or 0x14316F) is known color: Sapphire. HEX triplet: 14, 31 and 6F. RGB value is (20,49,111). Sum of RGB (Red+Green+Blue) = 20+49+111=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #14316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14316F is #EBCE90. Grayscale: #2F2F2F. Windows color (decimal): -15453841 or 7287060. OLE color: 7287060.
HSL color Cylindrical-coordinate representation of color #14316F: hue angle of 220.88º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14316F is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 49 | 111 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.56 |
| HSL | 220.88º | 0.69% | 0.26% | - |
| HSV(B) | 220.88º | 0.82% | 0.44% | - |
| XYZ | 4.26 | 3.49 | 15.49 | - |
| YUV | 47.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 111 | 0.82 | 0.56 | 0 | 0.56 | 220.88 | 0.69 | 0.26 |
| Hex | 14 | 31 | 6F | 52 | 38 | 0 | 38 | DD | 45 | 1A |
| Octal | 24 | 61 | 157 | 122 | 70 | 0 | 70 | 335 | 105 | 32 |
| Binary | 10100 | 110001 | 1101111 | 1010010 | 111000 | 0 | 111000 | 11011101 | 1000101 | 11010 |
Color Harmonies of #14316F
Complementary color
Monochromatic Colors of #14316F
Black with #14316F
Text Example
Text Example
White with #14316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14316F; }
p { color: rgb(20,49,111); }
H1.HeaderClassName
{
color: #14316F;
}
.AnyTagClassName
{
color: #14316F;
}
</style>
background-color css
<style>
a { background-color: #14316F; }
a { background-color: rgb(20,49,111); }
div.DivClassName
{
background-color: #14316F;
}
.BgClassName
{
background-color: #14316F;
}
</style>
border-color css
<style>
span { border-color: #14316F; }
span { border-color: rgb(20,49,111); }
td.TdClassName
{
border-color: #14316F;
}
.TagClassName
{
border-color: #14316F;
}
</style>