Shades of Blue Stone #145D62
Tints of Blue Stone #145D62
RGB
CMYK
RGB Variations
Color information
#145D62 (or 0x145D62) is known color: Blue Stone. HEX triplet: 14, 5D and 62. RGB value is (20,93,98). Sum of RGB (Red+Green+Blue) = 20+93+98=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #145D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D62 is #EBA29D. Grayscale: #474747. Windows color (decimal): -15442590 or 6446356. OLE color: 6446356.
HSL color Cylindrical-coordinate representation of color #145D62: hue angle of 183.85º 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 #145D62 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 93 | 98 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.62 |
| HSL | 183.85º | 0.66% | 0.23% | - |
| HSV(B) | 183.85º | 0.8% | 0.38% | - |
| XYZ | 6.41 | 8.86 | 12.93 | - |
| YUV | 71.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 98 | 0.80 | 0.05 | 0 | 0.62 | 183.85 | 0.66 | 0.23 |
| Hex | 14 | 5D | 62 | 50 | 5 | 0 | 3E | B8 | 42 | 17 |
| Octal | 24 | 135 | 142 | 120 | 5 | 0 | 76 | 270 | 102 | 27 |
| Binary | 10100 | 1011101 | 1100010 | 1010000 | 101 | 0 | 111110 | 10111000 | 1000010 | 10111 |
Color Harmonies of #145D62
Complementary color
Monochromatic Colors of #145D62
Black with #145D62
Text Example
Text Example
White with #145D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D62; }
p { color: rgb(20,93,98); }
H1.HeaderClassName
{
color: #145D62;
}
.AnyTagClassName
{
color: #145D62;
}
</style>
background-color css
<style>
a { background-color: #145D62; }
a { background-color: rgb(20,93,98); }
div.DivClassName
{
background-color: #145D62;
}
.BgClassName
{
background-color: #145D62;
}
</style>
border-color css
<style>
span { border-color: #145D62; }
span { border-color: rgb(20,93,98); }
td.TdClassName
{
border-color: #145D62;
}
.TagClassName
{
border-color: #145D62;
}
</style>