Shades of Sapphire #14285C
Tints of Sapphire #14285C
RGB
CMYK
RGB Variations
Color information
#14285C (or 0x14285C) is known color: Sapphire. HEX triplet: 14, 28 and 5C. RGB value is (20,40,92). Sum of RGB (Red+Green+Blue) = 20+40+92=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #14285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14285C is #EBD7A3. Grayscale: #272727. Windows color (decimal): -15456164 or 6039572. OLE color: 6039572.
HSL color Cylindrical-coordinate representation of color #14285C: hue angle of 223.33º 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 #14285C is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 40 | 92 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.64 |
| HSL | 223.33º | 0.64% | 0.22% | - |
| HSV(B) | 223.33º | 0.78% | 0.36% | - |
| XYZ | 2.98 | 2.44 | 10.44 | - |
| YUV | 39.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 92 | 0.78 | 0.57 | 0 | 0.64 | 223.33 | 0.64 | 0.22 |
| Hex | 14 | 28 | 5C | 4E | 39 | 0 | 40 | DF | 40 | 16 |
| Octal | 24 | 50 | 134 | 116 | 71 | 0 | 100 | 337 | 100 | 26 |
| Binary | 10100 | 101000 | 1011100 | 1001110 | 111001 | 0 | 1000000 | 11011111 | 1000000 | 10110 |
Color Harmonies of #14285C
Complementary color
Monochromatic Colors of #14285C
Black with #14285C
Text Example
Text Example
White with #14285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14285C; }
p { color: rgb(20,40,92); }
H1.HeaderClassName
{
color: #14285C;
}
.AnyTagClassName
{
color: #14285C;
}
</style>
background-color css
<style>
a { background-color: #14285C; }
a { background-color: rgb(20,40,92); }
div.DivClassName
{
background-color: #14285C;
}
.BgClassName
{
background-color: #14285C;
}
</style>
border-color css
<style>
span { border-color: #14285C; }
span { border-color: rgb(20,40,92); }
td.TdClassName
{
border-color: #14285C;
}
.TagClassName
{
border-color: #14285C;
}
</style>