Shades of Sapphire #142F7D
Tints of Sapphire #142F7D
RGB
CMYK
RGB Variations
Color information
#142F7D (or 0x142F7D) is known color: Sapphire. HEX triplet: 14, 2F and 7D. RGB value is (20,47,125). Sum of RGB (Red+Green+Blue) = 20+47+125=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #142F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F7D is #EBD082. Grayscale: #2F2F2F. Windows color (decimal): -15454339 or 8204052. OLE color: 8204052.
HSL color Cylindrical-coordinate representation of color #142F7D: hue angle of 224.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142F7D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 47 | 125 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.51 |
| HSL | 224.57º | 0.72% | 0.28% | - |
| HSV(B) | 224.57º | 0.84% | 0.49% | - |
| XYZ | 5.01 | 3.66 | 19.85 | - |
| YUV | 47.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 125 | 0.84 | 0.62 | 0 | 0.51 | 224.57 | 0.72 | 0.28 |
| Hex | 14 | 2F | 7D | 54 | 3E | 0 | 33 | E1 | 48 | 1C |
| Octal | 24 | 57 | 175 | 124 | 76 | 0 | 63 | 341 | 110 | 34 |
| Binary | 10100 | 101111 | 1111101 | 1010100 | 111110 | 0 | 110011 | 11100001 | 1001000 | 11100 |
Color Harmonies of #142F7D
Complementary color
Monochromatic Colors of #142F7D
Black with #142F7D
Text Example
Text Example
White with #142F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F7D; }
p { color: rgb(20,47,125); }
H1.HeaderClassName
{
color: #142F7D;
}
.AnyTagClassName
{
color: #142F7D;
}
</style>
background-color css
<style>
a { background-color: #142F7D; }
a { background-color: rgb(20,47,125); }
div.DivClassName
{
background-color: #142F7D;
}
.BgClassName
{
background-color: #142F7D;
}
</style>
border-color css
<style>
span { border-color: #142F7D; }
span { border-color: rgb(20,47,125); }
td.TdClassName
{
border-color: #142F7D;
}
.TagClassName
{
border-color: #142F7D;
}
</style>