Shades of Blue Stone #145F62
Tints of Blue Stone #145F62
RGB
CMYK
RGB Variations
Color information
#145F62 (or 0x145F62) is known color: Blue Stone. HEX triplet: 14, 5F and 62. RGB value is (20,95,98). Sum of RGB (Red+Green+Blue) = 20+95+98=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #145F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F62 is #EBA09D. Grayscale: #484848. Windows color (decimal): -15442078 or 6446868. OLE color: 6446868.
HSL color Cylindrical-coordinate representation of color #145F62: hue angle of 182.31º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145F62 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 95 | 98 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.62 |
| HSL | 182.31º | 0.66% | 0.23% | - |
| HSV(B) | 182.31º | 0.8% | 0.38% | - |
| XYZ | 6.59 | 9.21 | 12.99 | - |
| YUV | 72.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 98 | 0.80 | 0.03 | 0 | 0.62 | 182.31 | 0.66 | 0.23 |
| Hex | 14 | 5F | 62 | 50 | 3 | 0 | 3E | B6 | 42 | 17 |
| Octal | 24 | 137 | 142 | 120 | 3 | 0 | 76 | 266 | 102 | 27 |
| Binary | 10100 | 1011111 | 1100010 | 1010000 | 11 | 0 | 111110 | 10110110 | 1000010 | 10111 |
Color Harmonies of #145F62
Complementary color
Monochromatic Colors of #145F62
Black with #145F62
Text Example
Text Example
White with #145F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F62; }
p { color: rgb(20,95,98); }
H1.HeaderClassName
{
color: #145F62;
}
.AnyTagClassName
{
color: #145F62;
}
</style>
background-color css
<style>
a { background-color: #145F62; }
a { background-color: rgb(20,95,98); }
div.DivClassName
{
background-color: #145F62;
}
.BgClassName
{
background-color: #145F62;
}
</style>
border-color css
<style>
span { border-color: #145F62; }
span { border-color: rgb(20,95,98); }
td.TdClassName
{
border-color: #145F62;
}
.TagClassName
{
border-color: #145F62;
}
</style>