Shades of Sapphire #14256E
Tints of Sapphire #14256E
RGB
CMYK
RGB Variations
Color information
#14256E (or 0x14256E) is known color: Sapphire. HEX triplet: 14, 25 and 6E. RGB value is (20,37,110). Sum of RGB (Red+Green+Blue) = 20+37+110=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #14256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14256E is #EBDA91. Grayscale: #272727. Windows color (decimal): -15456914 or 7218452. OLE color: 7218452.
HSL color Cylindrical-coordinate representation of color #14256E: hue angle of 228.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14256E is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 37 | 110 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.57 |
| HSL | 228.67º | 0.69% | 0.25% | - |
| HSV(B) | 228.67º | 0.82% | 0.43% | - |
| XYZ | 3.76 | 2.6 | 15.05 | - |
| YUV | 40.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 110 | 0.82 | 0.66 | 0 | 0.57 | 228.67 | 0.69 | 0.25 |
| Hex | 14 | 25 | 6E | 52 | 42 | 0 | 39 | E5 | 45 | 19 |
| Octal | 24 | 45 | 156 | 122 | 102 | 0 | 71 | 345 | 105 | 31 |
| Binary | 10100 | 100101 | 1101110 | 1010010 | 1000010 | 0 | 111001 | 11100101 | 1000101 | 11001 |
Color Harmonies of #14256E
Complementary color
Monochromatic Colors of #14256E
Black with #14256E
Text Example
Text Example
White with #14256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14256E; }
p { color: rgb(20,37,110); }
H1.HeaderClassName
{
color: #14256E;
}
.AnyTagClassName
{
color: #14256E;
}
</style>
background-color css
<style>
a { background-color: #14256E; }
a { background-color: rgb(20,37,110); }
div.DivClassName
{
background-color: #14256E;
}
.BgClassName
{
background-color: #14256E;
}
</style>
border-color css
<style>
span { border-color: #14256E; }
span { border-color: rgb(20,37,110); }
td.TdClassName
{
border-color: #14256E;
}
.TagClassName
{
border-color: #14256E;
}
</style>