Shades of Sapphire #143672
Tints of Sapphire #143672
RGB
CMYK
RGB Variations
Color information
#143672 (or 0x143672) is known color: Sapphire. HEX triplet: 14, 36 and 72. RGB value is (20,54,114). Sum of RGB (Red+Green+Blue) = 20+54+114=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #143672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143672 is #EBC98D. Grayscale: #323232. Windows color (decimal): -15452558 or 7484948. OLE color: 7484948.
HSL color Cylindrical-coordinate representation of color #143672: hue angle of 218.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143672 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 54 | 114 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.55 |
| HSL | 218.3º | 0.7% | 0.26% | - |
| HSV(B) | 218.3º | 0.82% | 0.45% | - |
| XYZ | 4.64 | 4 | 16.45 | - |
| YUV | 50.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 114 | 0.82 | 0.53 | 0 | 0.55 | 218.3 | 0.7 | 0.26 |
| Hex | 14 | 36 | 72 | 52 | 35 | 0 | 37 | DA | 46 | 1A |
| Octal | 24 | 66 | 162 | 122 | 65 | 0 | 67 | 332 | 106 | 32 |
| Binary | 10100 | 110110 | 1110010 | 1010010 | 110101 | 0 | 110111 | 11011010 | 1000110 | 11010 |
Color Harmonies of #143672
Complementary color
Monochromatic Colors of #143672
Black with #143672
Text Example
Text Example
White with #143672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143672; }
p { color: rgb(20,54,114); }
H1.HeaderClassName
{
color: #143672;
}
.AnyTagClassName
{
color: #143672;
}
</style>
background-color css
<style>
a { background-color: #143672; }
a { background-color: rgb(20,54,114); }
div.DivClassName
{
background-color: #143672;
}
.BgClassName
{
background-color: #143672;
}
</style>
border-color css
<style>
span { border-color: #143672; }
span { border-color: rgb(20,54,114); }
td.TdClassName
{
border-color: #143672;
}
.TagClassName
{
border-color: #143672;
}
</style>