Shades of Sapphire #14245D
Tints of Sapphire #14245D
RGB
CMYK
RGB Variations
Color information
#14245D (or 0x14245D) is known color: Sapphire. HEX triplet: 14, 24 and 5D. RGB value is (20,36,93). Sum of RGB (Red+Green+Blue) = 20+36+93=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #14245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14245D is #EBDBA2. Grayscale: #252525. Windows color (decimal): -15457187 or 6104084. OLE color: 6104084.
HSL color Cylindrical-coordinate representation of color #14245D: hue angle of 226.85º degrees, saturation: 0.65, 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 #14245D is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 36 | 93 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.64 |
| HSL | 226.85º | 0.65% | 0.22% | - |
| HSV(B) | 226.85º | 0.78% | 0.36% | - |
| XYZ | 2.9 | 2.2 | 10.63 | - |
| YUV | 37.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 93 | 0.78 | 0.61 | 0 | 0.64 | 226.85 | 0.65 | 0.22 |
| Hex | 14 | 24 | 5D | 4E | 3D | 0 | 40 | E3 | 41 | 16 |
| Octal | 24 | 44 | 135 | 116 | 75 | 0 | 100 | 343 | 101 | 26 |
| Binary | 10100 | 100100 | 1011101 | 1001110 | 111101 | 0 | 1000000 | 11100011 | 1000001 | 10110 |
Color Harmonies of #14245D
Complementary color
Monochromatic Colors of #14245D
Black with #14245D
Text Example
Text Example
White with #14245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14245D; }
p { color: rgb(20,36,93); }
H1.HeaderClassName
{
color: #14245D;
}
.AnyTagClassName
{
color: #14245D;
}
</style>
background-color css
<style>
a { background-color: #14245D; }
a { background-color: rgb(20,36,93); }
div.DivClassName
{
background-color: #14245D;
}
.BgClassName
{
background-color: #14245D;
}
</style>
border-color css
<style>
span { border-color: #14245D; }
span { border-color: rgb(20,36,93); }
td.TdClassName
{
border-color: #14245D;
}
.TagClassName
{
border-color: #14245D;
}
</style>