Shades of Blue Stone #145561
Tints of Blue Stone #145561
RGB
CMYK
RGB Variations
Color information
#145561 (or 0x145561) is known color: Blue Stone. HEX triplet: 14, 55 and 61. RGB value is (20,85,97). Sum of RGB (Red+Green+Blue) = 20+85+97=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #145561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145561 is #EBAA9E. Grayscale: #424242. Windows color (decimal): -15444639 or 6378772. OLE color: 6378772.
HSL color Cylindrical-coordinate representation of color #145561: hue angle of 189.35º 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 #145561 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 85 | 97 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.62 |
| HSL | 189.35º | 0.66% | 0.23% | - |
| HSV(B) | 189.35º | 0.79% | 0.38% | - |
| XYZ | 5.69 | 7.51 | 12.46 | - |
| YUV | 66.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 97 | 0.79 | 0.12 | 0 | 0.62 | 189.35 | 0.66 | 0.23 |
| Hex | 14 | 55 | 61 | 4F | C | 0 | 3E | BD | 42 | 17 |
| Octal | 24 | 125 | 141 | 117 | 14 | 0 | 76 | 275 | 102 | 27 |
| Binary | 10100 | 1010101 | 1100001 | 1001111 | 1100 | 0 | 111110 | 10111101 | 1000010 | 10111 |
Color Harmonies of #145561
Complementary color
Monochromatic Colors of #145561
Black with #145561
Text Example
Text Example
White with #145561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145561; }
p { color: rgb(20,85,97); }
H1.HeaderClassName
{
color: #145561;
}
.AnyTagClassName
{
color: #145561;
}
</style>
background-color css
<style>
a { background-color: #145561; }
a { background-color: rgb(20,85,97); }
div.DivClassName
{
background-color: #145561;
}
.BgClassName
{
background-color: #145561;
}
</style>
border-color css
<style>
span { border-color: #145561; }
span { border-color: rgb(20,85,97); }
td.TdClassName
{
border-color: #145561;
}
.TagClassName
{
border-color: #145561;
}
</style>