Shades of Sapphire #14245C
Tints of Sapphire #14245C
RGB
CMYK
RGB Variations
Color information
#14245C (or 0x14245C) is known color: Sapphire. HEX triplet: 14, 24 and 5C. RGB value is (20,36,92). Sum of RGB (Red+Green+Blue) = 20+36+92=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #14245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14245C is #EBDBA3. Grayscale: #252525. Windows color (decimal): -15457188 or 6038548. OLE color: 6038548.
HSL color Cylindrical-coordinate representation of color #14245C: hue angle of 226.67º 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 #14245C is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 36 | 92 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.64 |
| HSL | 226.67º | 0.64% | 0.22% | - |
| HSV(B) | 226.67º | 0.78% | 0.36% | - |
| XYZ | 2.85 | 2.18 | 10.4 | - |
| YUV | 37.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 92 | 0.78 | 0.61 | 0 | 0.64 | 226.67 | 0.64 | 0.22 |
| Hex | 14 | 24 | 5C | 4E | 3D | 0 | 40 | E3 | 40 | 16 |
| Octal | 24 | 44 | 134 | 116 | 75 | 0 | 100 | 343 | 100 | 26 |
| Binary | 10100 | 100100 | 1011100 | 1001110 | 111101 | 0 | 1000000 | 11100011 | 1000000 | 10110 |
Color Harmonies of #14245C
Complementary color
Monochromatic Colors of #14245C
Black with #14245C
Text Example
Text Example
White with #14245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14245C; }
p { color: rgb(20,36,92); }
H1.HeaderClassName
{
color: #14245C;
}
.AnyTagClassName
{
color: #14245C;
}
</style>
background-color css
<style>
a { background-color: #14245C; }
a { background-color: rgb(20,36,92); }
div.DivClassName
{
background-color: #14245C;
}
.BgClassName
{
background-color: #14245C;
}
</style>
border-color css
<style>
span { border-color: #14245C; }
span { border-color: rgb(20,36,92); }
td.TdClassName
{
border-color: #14245C;
}
.TagClassName
{
border-color: #14245C;
}
</style>