Shades of Sapphire #14286C
Tints of Sapphire #14286C
RGB
CMYK
RGB Variations
Color information
#14286C (or 0x14286C) is known color: Sapphire. HEX triplet: 14, 28 and 6C. RGB value is (20,40,108). Sum of RGB (Red+Green+Blue) = 20+40+108=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #14286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14286C is #EBD793. Grayscale: #292929. Windows color (decimal): -15456148 or 7088148. OLE color: 7088148.
HSL color Cylindrical-coordinate representation of color #14286C: hue angle of 226.36º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14286C is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 40 | 108 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.58 |
| HSL | 226.36º | 0.69% | 0.25% | - |
| HSV(B) | 226.36º | 0.81% | 0.42% | - |
| XYZ | 3.75 | 2.75 | 14.52 | - |
| YUV | 41.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 108 | 0.81 | 0.63 | 0 | 0.58 | 226.36 | 0.69 | 0.25 |
| Hex | 14 | 28 | 6C | 51 | 3F | 0 | 3A | E2 | 45 | 19 |
| Octal | 24 | 50 | 154 | 121 | 77 | 0 | 72 | 342 | 105 | 31 |
| Binary | 10100 | 101000 | 1101100 | 1010001 | 111111 | 0 | 111010 | 11100010 | 1000101 | 11001 |
Color Harmonies of #14286C
Complementary color
Monochromatic Colors of #14286C
Black with #14286C
Text Example
Text Example
White with #14286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14286C; }
p { color: rgb(20,40,108); }
H1.HeaderClassName
{
color: #14286C;
}
.AnyTagClassName
{
color: #14286C;
}
</style>
background-color css
<style>
a { background-color: #14286C; }
a { background-color: rgb(20,40,108); }
div.DivClassName
{
background-color: #14286C;
}
.BgClassName
{
background-color: #14286C;
}
</style>
border-color css
<style>
span { border-color: #14286C; }
span { border-color: rgb(20,40,108); }
td.TdClassName
{
border-color: #14286C;
}
.TagClassName
{
border-color: #14286C;
}
</style>