Shades of Sapphire #14275C
Tints of Sapphire #14275C
RGB
CMYK
RGB Variations
Color information
#14275C (or 0x14275C) is known color: Sapphire. HEX triplet: 14, 27 and 5C. RGB value is (20,39,92). Sum of RGB (Red+Green+Blue) = 20+39+92=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #14275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14275C is #EBD8A3. Grayscale: #272727. Windows color (decimal): -15456420 or 6039316. OLE color: 6039316.
HSL color Cylindrical-coordinate representation of color #14275C: hue angle of 224.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14275C is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 39 | 92 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.64 |
| HSL | 224.17º | 0.64% | 0.22% | - |
| HSV(B) | 224.17º | 0.78% | 0.36% | - |
| XYZ | 2.95 | 2.37 | 10.43 | - |
| YUV | 39.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 92 | 0.78 | 0.58 | 0 | 0.64 | 224.17 | 0.64 | 0.22 |
| Hex | 14 | 27 | 5C | 4E | 3A | 0 | 40 | E0 | 40 | 16 |
| Octal | 24 | 47 | 134 | 116 | 72 | 0 | 100 | 340 | 100 | 26 |
| Binary | 10100 | 100111 | 1011100 | 1001110 | 111010 | 0 | 1000000 | 11100000 | 1000000 | 10110 |
Color Harmonies of #14275C
Complementary color
Monochromatic Colors of #14275C
Black with #14275C
Text Example
Text Example
White with #14275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14275C; }
p { color: rgb(20,39,92); }
H1.HeaderClassName
{
color: #14275C;
}
.AnyTagClassName
{
color: #14275C;
}
</style>
background-color css
<style>
a { background-color: #14275C; }
a { background-color: rgb(20,39,92); }
div.DivClassName
{
background-color: #14275C;
}
.BgClassName
{
background-color: #14275C;
}
</style>
border-color css
<style>
span { border-color: #14275C; }
span { border-color: rgb(20,39,92); }
td.TdClassName
{
border-color: #14275C;
}
.TagClassName
{
border-color: #14275C;
}
</style>