Shades of Blue Stone #146669
Tints of Blue Stone #146669
RGB
CMYK
RGB Variations
Color information
#146669 (or 0x146669) is known color: Blue Stone. HEX triplet: 14, 66 and 69. RGB value is (20,102,105). Sum of RGB (Red+Green+Blue) = 20+102+105=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #146669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146669 is #EB9996. Grayscale: #4D4D4D. Windows color (decimal): -15440279 or 6907412. OLE color: 6907412.
HSL color Cylindrical-coordinate representation of color #146669: hue angle of 182.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146669 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 102 | 105 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.59 |
| HSL | 182.12º | 0.68% | 0.25% | - |
| HSV(B) | 182.12º | 0.81% | 0.41% | - |
| XYZ | 7.59 | 10.67 | 15.02 | - |
| YUV | 77.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 105 | 0.81 | 0.03 | 0 | 0.59 | 182.12 | 0.68 | 0.25 |
| Hex | 14 | 66 | 69 | 51 | 3 | 0 | 3B | B6 | 44 | 19 |
| Octal | 24 | 146 | 151 | 121 | 3 | 0 | 73 | 266 | 104 | 31 |
| Binary | 10100 | 1100110 | 1101001 | 1010001 | 11 | 0 | 111011 | 10110110 | 1000100 | 11001 |
Color Harmonies of #146669
Complementary color
Monochromatic Colors of #146669
Black with #146669
Text Example
Text Example
White with #146669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146669; }
p { color: rgb(20,102,105); }
H1.HeaderClassName
{
color: #146669;
}
.AnyTagClassName
{
color: #146669;
}
</style>
background-color css
<style>
a { background-color: #146669; }
a { background-color: rgb(20,102,105); }
div.DivClassName
{
background-color: #146669;
}
.BgClassName
{
background-color: #146669;
}
</style>
border-color css
<style>
span { border-color: #146669; }
span { border-color: rgb(20,102,105); }
td.TdClassName
{
border-color: #146669;
}
.TagClassName
{
border-color: #146669;
}
</style>