Shades of Sapphire #142B7A
Tints of Sapphire #142B7A
RGB
CMYK
RGB Variations
Color information
#142B7A (or 0x142B7A) is known color: Sapphire. HEX triplet: 14, 2B and 7A. RGB value is (20,43,122). Sum of RGB (Red+Green+Blue) = 20+43+122=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #142B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B7A is #EBD485. Grayscale: #2C2C2C. Windows color (decimal): -15455366 or 8006420. OLE color: 8006420.
HSL color Cylindrical-coordinate representation of color #142B7A: hue angle of 226.47º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142B7A is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 43 | 122 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.52 |
| HSL | 226.47º | 0.72% | 0.28% | - |
| HSV(B) | 226.47º | 0.84% | 0.48% | - |
| XYZ | 4.67 | 3.28 | 18.8 | - |
| YUV | 45.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 122 | 0.84 | 0.65 | 0 | 0.52 | 226.47 | 0.72 | 0.28 |
| Hex | 14 | 2B | 7A | 54 | 41 | 0 | 34 | E2 | 48 | 1C |
| Octal | 24 | 53 | 172 | 124 | 101 | 0 | 64 | 342 | 110 | 34 |
| Binary | 10100 | 101011 | 1111010 | 1010100 | 1000001 | 0 | 110100 | 11100010 | 1001000 | 11100 |
Color Harmonies of #142B7A
Complementary color
Monochromatic Colors of #142B7A
Black with #142B7A
Text Example
Text Example
White with #142B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B7A; }
p { color: rgb(20,43,122); }
H1.HeaderClassName
{
color: #142B7A;
}
.AnyTagClassName
{
color: #142B7A;
}
</style>
background-color css
<style>
a { background-color: #142B7A; }
a { background-color: rgb(20,43,122); }
div.DivClassName
{
background-color: #142B7A;
}
.BgClassName
{
background-color: #142B7A;
}
</style>
border-color css
<style>
span { border-color: #142B7A; }
span { border-color: rgb(20,43,122); }
td.TdClassName
{
border-color: #142B7A;
}
.TagClassName
{
border-color: #142B7A;
}
</style>