Shades of Sapphire #142261
Tints of Sapphire #142261
RGB
CMYK
RGB Variations
Color information
#142261 (or 0x142261) is known color: Sapphire. HEX triplet: 14, 22 and 61. RGB value is (20,34,97). Sum of RGB (Red+Green+Blue) = 20+34+97=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #142261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142261 is #EBDD9E. Grayscale: #242424. Windows color (decimal): -15457695 or 6365716. OLE color: 6365716.
HSL color Cylindrical-coordinate representation of color #142261: hue angle of 229.09º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142261 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 34 | 97 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.62 |
| HSL | 229.09º | 0.66% | 0.23% | - |
| HSV(B) | 229.09º | 0.79% | 0.38% | - |
| XYZ | 3.02 | 2.16 | 11.57 | - |
| YUV | 37 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 97 | 0.79 | 0.65 | 0 | 0.62 | 229.09 | 0.66 | 0.23 |
| Hex | 14 | 22 | 61 | 4F | 41 | 0 | 3E | E5 | 42 | 17 |
| Octal | 24 | 42 | 141 | 117 | 101 | 0 | 76 | 345 | 102 | 27 |
| Binary | 10100 | 100010 | 1100001 | 1001111 | 1000001 | 0 | 111110 | 11100101 | 1000010 | 10111 |
Color Harmonies of #142261
Complementary color
Monochromatic Colors of #142261
Black with #142261
Text Example
Text Example
White with #142261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142261; }
p { color: rgb(20,34,97); }
H1.HeaderClassName
{
color: #142261;
}
.AnyTagClassName
{
color: #142261;
}
</style>
background-color css
<style>
a { background-color: #142261; }
a { background-color: rgb(20,34,97); }
div.DivClassName
{
background-color: #142261;
}
.BgClassName
{
background-color: #142261;
}
</style>
border-color css
<style>
span { border-color: #142261; }
span { border-color: rgb(20,34,97); }
td.TdClassName
{
border-color: #142261;
}
.TagClassName
{
border-color: #142261;
}
</style>