Shades of Sapphire #142D58
Tints of Sapphire #142D58
RGB
CMYK
RGB Variations
Color information
#142D58 (or 0x142D58) is known color: Sapphire. HEX triplet: 14, 2D and 58. RGB value is (20,45,88). Sum of RGB (Red+Green+Blue) = 20+45+88=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #142D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D58 is #EBD2A7. Grayscale: #2A2A2A. Windows color (decimal): -15454888 or 5778708. OLE color: 5778708.
HSL color Cylindrical-coordinate representation of color #142D58: hue angle of 217.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142D58 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 45 | 88 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.65 |
| HSL | 217.94º | 0.63% | 0.21% | - |
| HSV(B) | 217.94º | 0.77% | 0.35% | - |
| XYZ | 2.99 | 2.73 | 9.6 | - |
| YUV | 42.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 88 | 0.77 | 0.49 | 0 | 0.65 | 217.94 | 0.63 | 0.21 |
| Hex | 14 | 2D | 58 | 4D | 31 | 0 | 41 | DA | 3F | 15 |
| Octal | 24 | 55 | 130 | 115 | 61 | 0 | 101 | 332 | 77 | 25 |
| Binary | 10100 | 101101 | 1011000 | 1001101 | 110001 | 0 | 1000001 | 11011010 | 111111 | 10101 |
Color Harmonies of #142D58
Complementary color
Monochromatic Colors of #142D58
Black with #142D58
Text Example
Text Example
White with #142D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D58; }
p { color: rgb(20,45,88); }
H1.HeaderClassName
{
color: #142D58;
}
.AnyTagClassName
{
color: #142D58;
}
</style>
background-color css
<style>
a { background-color: #142D58; }
a { background-color: rgb(20,45,88); }
div.DivClassName
{
background-color: #142D58;
}
.BgClassName
{
background-color: #142D58;
}
</style>
border-color css
<style>
span { border-color: #142D58; }
span { border-color: rgb(20,45,88); }
td.TdClassName
{
border-color: #142D58;
}
.TagClassName
{
border-color: #142D58;
}
</style>