Shades of Blue Stone #145F63
Tints of Blue Stone #145F63
RGB
CMYK
RGB Variations
Color information
#145F63 (or 0x145F63) is known color: Blue Stone. HEX triplet: 14, 5F and 63. RGB value is (20,95,99). Sum of RGB (Red+Green+Blue) = 20+95+99=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #145F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F63 is #EBA09C. Grayscale: #484848. Windows color (decimal): -15442077 or 6512404. OLE color: 6512404.
HSL color Cylindrical-coordinate representation of color #145F63: hue angle of 183.04º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145F63 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 95 | 99 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.61 |
| HSL | 183.04º | 0.66% | 0.23% | - |
| HSV(B) | 183.04º | 0.8% | 0.39% | - |
| XYZ | 6.63 | 9.23 | 13.24 | - |
| YUV | 73.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 99 | 0.80 | 0.04 | 0 | 0.61 | 183.04 | 0.66 | 0.23 |
| Hex | 14 | 5F | 63 | 50 | 4 | 0 | 3D | B7 | 42 | 17 |
| Octal | 24 | 137 | 143 | 120 | 4 | 0 | 75 | 267 | 102 | 27 |
| Binary | 10100 | 1011111 | 1100011 | 1010000 | 100 | 0 | 111101 | 10110111 | 1000010 | 10111 |
Color Harmonies of #145F63
Complementary color
Monochromatic Colors of #145F63
Black with #145F63
Text Example
Text Example
White with #145F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F63; }
p { color: rgb(20,95,99); }
H1.HeaderClassName
{
color: #145F63;
}
.AnyTagClassName
{
color: #145F63;
}
</style>
background-color css
<style>
a { background-color: #145F63; }
a { background-color: rgb(20,95,99); }
div.DivClassName
{
background-color: #145F63;
}
.BgClassName
{
background-color: #145F63;
}
</style>
border-color css
<style>
span { border-color: #145F63; }
span { border-color: rgb(20,95,99); }
td.TdClassName
{
border-color: #145F63;
}
.TagClassName
{
border-color: #145F63;
}
</style>