Shades of Sapphire #142A68
Tints of Sapphire #142A68
RGB
CMYK
RGB Variations
Color information
#142A68 (or 0x142A68) is known color: Sapphire. HEX triplet: 14, 2A and 68. RGB value is (20,42,104). Sum of RGB (Red+Green+Blue) = 20+42+104=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #142A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A68 is #EBD597. Grayscale: #2A2A2A. Windows color (decimal): -15455640 or 6826516. OLE color: 6826516.
HSL color Cylindrical-coordinate representation of color #142A68: hue angle of 224.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142A68 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 42 | 104 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.59 |
| HSL | 224.29º | 0.68% | 0.24% | - |
| HSV(B) | 224.29º | 0.81% | 0.41% | - |
| XYZ | 3.62 | 2.8 | 13.45 | - |
| YUV | 42.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 104 | 0.81 | 0.60 | 0 | 0.59 | 224.29 | 0.68 | 0.24 |
| Hex | 14 | 2A | 68 | 51 | 3C | 0 | 3B | E0 | 44 | 18 |
| Octal | 24 | 52 | 150 | 121 | 74 | 0 | 73 | 340 | 104 | 30 |
| Binary | 10100 | 101010 | 1101000 | 1010001 | 111100 | 0 | 111011 | 11100000 | 1000100 | 11000 |
Color Harmonies of #142A68
Complementary color
Monochromatic Colors of #142A68
Black with #142A68
Text Example
Text Example
White with #142A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A68; }
p { color: rgb(20,42,104); }
H1.HeaderClassName
{
color: #142A68;
}
.AnyTagClassName
{
color: #142A68;
}
</style>
background-color css
<style>
a { background-color: #142A68; }
a { background-color: rgb(20,42,104); }
div.DivClassName
{
background-color: #142A68;
}
.BgClassName
{
background-color: #142A68;
}
</style>
border-color css
<style>
span { border-color: #142A68; }
span { border-color: rgb(20,42,104); }
td.TdClassName
{
border-color: #142A68;
}
.TagClassName
{
border-color: #142A68;
}
</style>