Shades of Sapphire #142A6D
Tints of Sapphire #142A6D
RGB
CMYK
RGB Variations
Color information
#142A6D (or 0x142A6D) is known color: Sapphire. HEX triplet: 14, 2A and 6D. RGB value is (20,42,109). Sum of RGB (Red+Green+Blue) = 20+42+109=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #142A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A6D is #EBD592. Grayscale: #2A2A2A. Windows color (decimal): -15455635 or 7154196. OLE color: 7154196.
HSL color Cylindrical-coordinate representation of color #142A6D: hue angle of 225.17º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142A6D is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 42 | 109 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.57 |
| HSL | 225.17º | 0.69% | 0.25% | - |
| HSV(B) | 225.17º | 0.82% | 0.43% | - |
| XYZ | 3.88 | 2.91 | 14.83 | - |
| YUV | 43.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 109 | 0.82 | 0.61 | 0 | 0.57 | 225.17 | 0.69 | 0.25 |
| Hex | 14 | 2A | 6D | 52 | 3D | 0 | 39 | E1 | 45 | 19 |
| Octal | 24 | 52 | 155 | 122 | 75 | 0 | 71 | 341 | 105 | 31 |
| Binary | 10100 | 101010 | 1101101 | 1010010 | 111101 | 0 | 111001 | 11100001 | 1000101 | 11001 |
Color Harmonies of #142A6D
Complementary color
Monochromatic Colors of #142A6D
Black with #142A6D
Text Example
Text Example
White with #142A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A6D; }
p { color: rgb(20,42,109); }
H1.HeaderClassName
{
color: #142A6D;
}
.AnyTagClassName
{
color: #142A6D;
}
</style>
background-color css
<style>
a { background-color: #142A6D; }
a { background-color: rgb(20,42,109); }
div.DivClassName
{
background-color: #142A6D;
}
.BgClassName
{
background-color: #142A6D;
}
</style>
border-color css
<style>
span { border-color: #142A6D; }
span { border-color: rgb(20,42,109); }
td.TdClassName
{
border-color: #142A6D;
}
.TagClassName
{
border-color: #142A6D;
}
</style>