Shades of Sapphire #142752
Tints of Sapphire #142752
RGB
CMYK
RGB Variations
Color information
#142752 (or 0x142752) is known color: Sapphire. HEX triplet: 14, 27 and 52. RGB value is (20,39,82). Sum of RGB (Red+Green+Blue) = 20+39+82=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #142752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142752 is #EBD8AD. Grayscale: #262626. Windows color (decimal): -15456430 or 5383956. OLE color: 5383956.
HSL color Cylindrical-coordinate representation of color #142752: hue angle of 221.61º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142752 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 39 | 82 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.68 |
| HSL | 221.61º | 0.61% | 0.2% | - |
| HSV(B) | 221.61º | 0.76% | 0.32% | - |
| XYZ | 2.54 | 2.21 | 8.28 | - |
| YUV | 38.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 82 | 0.76 | 0.52 | 0 | 0.68 | 221.61 | 0.61 | 0.2 |
| Hex | 14 | 27 | 52 | 4C | 34 | 0 | 44 | DE | 3D | 14 |
| Octal | 24 | 47 | 122 | 114 | 64 | 0 | 104 | 336 | 75 | 24 |
| Binary | 10100 | 100111 | 1010010 | 1001100 | 110100 | 0 | 1000100 | 11011110 | 111101 | 10100 |
Color Harmonies of #142752
Complementary color
Monochromatic Colors of #142752
Black with #142752
Text Example
Text Example
White with #142752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142752; }
p { color: rgb(20,39,82); }
H1.HeaderClassName
{
color: #142752;
}
.AnyTagClassName
{
color: #142752;
}
</style>
background-color css
<style>
a { background-color: #142752; }
a { background-color: rgb(20,39,82); }
div.DivClassName
{
background-color: #142752;
}
.BgClassName
{
background-color: #142752;
}
</style>
border-color css
<style>
span { border-color: #142752; }
span { border-color: rgb(20,39,82); }
td.TdClassName
{
border-color: #142752;
}
.TagClassName
{
border-color: #142752;
}
</style>