Shades of Sapphire #142773
Tints of Sapphire #142773
RGB
CMYK
RGB Variations
Color information
#142773 (or 0x142773) is known color: Sapphire. HEX triplet: 14, 27 and 73. RGB value is (20,39,115). Sum of RGB (Red+Green+Blue) = 20+39+115=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #142773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142773 is #EBD88C. Grayscale: #292929. Windows color (decimal): -15456397 or 7546644. OLE color: 7546644.
HSL color Cylindrical-coordinate representation of color #142773: hue angle of 228º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142773 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 39 | 115 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.55 |
| HSL | 228º | 0.7% | 0.26% | - |
| HSV(B) | 228º | 0.83% | 0.45% | - |
| XYZ | 4.11 | 2.84 | 16.55 | - |
| YUV | 41.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 115 | 0.83 | 0.66 | 0 | 0.55 | 228 | 0.7 | 0.26 |
| Hex | 14 | 27 | 73 | 53 | 42 | 0 | 37 | E4 | 46 | 1A |
| Octal | 24 | 47 | 163 | 123 | 102 | 0 | 67 | 344 | 106 | 32 |
| Binary | 10100 | 100111 | 1110011 | 1010011 | 1000010 | 0 | 110111 | 11100100 | 1000110 | 11010 |
Color Harmonies of #142773
Complementary color
Monochromatic Colors of #142773
Black with #142773
Text Example
Text Example
White with #142773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142773; }
p { color: rgb(20,39,115); }
H1.HeaderClassName
{
color: #142773;
}
.AnyTagClassName
{
color: #142773;
}
</style>
background-color css
<style>
a { background-color: #142773; }
a { background-color: rgb(20,39,115); }
div.DivClassName
{
background-color: #142773;
}
.BgClassName
{
background-color: #142773;
}
</style>
border-color css
<style>
span { border-color: #142773; }
span { border-color: rgb(20,39,115); }
td.TdClassName
{
border-color: #142773;
}
.TagClassName
{
border-color: #142773;
}
</style>