Shades of Blue Stone #146F72
Tints of Blue Stone #146F72
RGB
CMYK
RGB Variations
Color information
#146F72 (or 0x146F72) is known color: Blue Stone. HEX triplet: 14, 6F and 72. RGB value is (20,111,114). Sum of RGB (Red+Green+Blue) = 20+111+114=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #146F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F72 is #EB908D. Grayscale: #545454. Windows color (decimal): -15437966 or 7499540. OLE color: 7499540.
HSL color Cylindrical-coordinate representation of color #146F72: hue angle of 181.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F72 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 111 | 114 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.55 |
| HSL | 181.91º | 0.7% | 0.26% | - |
| HSV(B) | 181.91º | 0.82% | 0.45% | - |
| XYZ | 9.01 | 12.73 | 17.9 | - |
| YUV | 84.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 114 | 0.82 | 0.03 | 0 | 0.55 | 181.91 | 0.7 | 0.26 |
| Hex | 14 | 6F | 72 | 52 | 3 | 0 | 37 | B6 | 46 | 1A |
| Octal | 24 | 157 | 162 | 122 | 3 | 0 | 67 | 266 | 106 | 32 |
| Binary | 10100 | 1101111 | 1110010 | 1010010 | 11 | 0 | 110111 | 10110110 | 1000110 | 11010 |
Color Harmonies of #146F72
Complementary color
Monochromatic Colors of #146F72
Black with #146F72
Text Example
Text Example
White with #146F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F72; }
p { color: rgb(20,111,114); }
H1.HeaderClassName
{
color: #146F72;
}
.AnyTagClassName
{
color: #146F72;
}
</style>
background-color css
<style>
a { background-color: #146F72; }
a { background-color: rgb(20,111,114); }
div.DivClassName
{
background-color: #146F72;
}
.BgClassName
{
background-color: #146F72;
}
</style>
border-color css
<style>
span { border-color: #146F72; }
span { border-color: rgb(20,111,114); }
td.TdClassName
{
border-color: #146F72;
}
.TagClassName
{
border-color: #146F72;
}
</style>