Shades of Blue Stone #146369
Tints of Blue Stone #146369
RGB
CMYK
RGB Variations
Color information
#146369 (or 0x146369) is known color: Blue Stone. HEX triplet: 14, 63 and 69. RGB value is (20,99,105). Sum of RGB (Red+Green+Blue) = 20+99+105=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #146369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146369 is #EB9C96. Grayscale: #4B4B4B. Windows color (decimal): -15441047 or 6906644. OLE color: 6906644.
HSL color Cylindrical-coordinate representation of color #146369: hue angle of 184.24º 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 #146369 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 99 | 105 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.59 |
| HSL | 184.24º | 0.68% | 0.25% | - |
| HSV(B) | 184.24º | 0.81% | 0.41% | - |
| XYZ | 7.3 | 10.09 | 14.93 | - |
| YUV | 76.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 105 | 0.81 | 0.06 | 0 | 0.59 | 184.24 | 0.68 | 0.25 |
| Hex | 14 | 63 | 69 | 51 | 6 | 0 | 3B | B8 | 44 | 19 |
| Octal | 24 | 143 | 151 | 121 | 6 | 0 | 73 | 270 | 104 | 31 |
| Binary | 10100 | 1100011 | 1101001 | 1010001 | 110 | 0 | 111011 | 10111000 | 1000100 | 11001 |
Color Harmonies of #146369
Complementary color
Monochromatic Colors of #146369
Black with #146369
Text Example
Text Example
White with #146369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146369; }
p { color: rgb(20,99,105); }
H1.HeaderClassName
{
color: #146369;
}
.AnyTagClassName
{
color: #146369;
}
</style>
background-color css
<style>
a { background-color: #146369; }
a { background-color: rgb(20,99,105); }
div.DivClassName
{
background-color: #146369;
}
.BgClassName
{
background-color: #146369;
}
</style>
border-color css
<style>
span { border-color: #146369; }
span { border-color: rgb(20,99,105); }
td.TdClassName
{
border-color: #146369;
}
.TagClassName
{
border-color: #146369;
}
</style>