Shades of Sapphire #142D75
Tints of Sapphire #142D75
RGB
CMYK
RGB Variations
Color information
#142D75 (or 0x142D75) is known color: Sapphire. HEX triplet: 14, 2D and 75. RGB value is (20,45,117). Sum of RGB (Red+Green+Blue) = 20+45+117=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #142D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D75 is #EBD28A. Grayscale: #2D2D2D. Windows color (decimal): -15454859 or 7679252. OLE color: 7679252.
HSL color Cylindrical-coordinate representation of color #142D75: hue angle of 224.54º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142D75 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 45 | 117 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.54 |
| HSL | 224.54º | 0.71% | 0.27% | - |
| HSV(B) | 224.54º | 0.83% | 0.46% | - |
| XYZ | 4.44 | 3.31 | 17.23 | - |
| YUV | 45.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 117 | 0.83 | 0.62 | 0 | 0.54 | 224.54 | 0.71 | 0.27 |
| Hex | 14 | 2D | 75 | 53 | 3E | 0 | 36 | E1 | 47 | 1B |
| Octal | 24 | 55 | 165 | 123 | 76 | 0 | 66 | 341 | 107 | 33 |
| Binary | 10100 | 101101 | 1110101 | 1010011 | 111110 | 0 | 110110 | 11100001 | 1000111 | 11011 |
Color Harmonies of #142D75
Complementary color
Monochromatic Colors of #142D75
Black with #142D75
Text Example
Text Example
White with #142D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D75; }
p { color: rgb(20,45,117); }
H1.HeaderClassName
{
color: #142D75;
}
.AnyTagClassName
{
color: #142D75;
}
</style>
background-color css
<style>
a { background-color: #142D75; }
a { background-color: rgb(20,45,117); }
div.DivClassName
{
background-color: #142D75;
}
.BgClassName
{
background-color: #142D75;
}
</style>
border-color css
<style>
span { border-color: #142D75; }
span { border-color: rgb(20,45,117); }
td.TdClassName
{
border-color: #142D75;
}
.TagClassName
{
border-color: #142D75;
}
</style>