Shades of Blue Stone #145A5B
Tints of Blue Stone #145A5B
RGB
CMYK
RGB Variations
Color information
#145A5B (or 0x145A5B) is known color: Blue Stone. HEX triplet: 14, 5A and 5B. RGB value is (20,90,91). Sum of RGB (Red+Green+Blue) = 20+90+91=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #145A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A5B is #EBA5A4. Grayscale: #454545. Windows color (decimal): -15443365 or 5986836. OLE color: 5986836.
HSL color Cylindrical-coordinate representation of color #145A5B: hue angle of 180.85º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A5B is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 90 | 91 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.64 |
| HSL | 180.85º | 0.64% | 0.22% | - |
| HSV(B) | 180.85º | 0.78% | 0.36% | - |
| XYZ | 5.83 | 8.22 | 11.18 | - |
| YUV | 69.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 91 | 0.78 | 0.01 | 0 | 0.64 | 180.85 | 0.64 | 0.22 |
| Hex | 14 | 5A | 5B | 4E | 1 | 0 | 40 | B5 | 40 | 16 |
| Octal | 24 | 132 | 133 | 116 | 1 | 0 | 100 | 265 | 100 | 26 |
| Binary | 10100 | 1011010 | 1011011 | 1001110 | 1 | 0 | 1000000 | 10110101 | 1000000 | 10110 |
Color Harmonies of #145A5B
Complementary color
Monochromatic Colors of #145A5B
Black with #145A5B
Text Example
Text Example
White with #145A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A5B; }
p { color: rgb(20,90,91); }
H1.HeaderClassName
{
color: #145A5B;
}
.AnyTagClassName
{
color: #145A5B;
}
</style>
background-color css
<style>
a { background-color: #145A5B; }
a { background-color: rgb(20,90,91); }
div.DivClassName
{
background-color: #145A5B;
}
.BgClassName
{
background-color: #145A5B;
}
</style>
border-color css
<style>
span { border-color: #145A5B; }
span { border-color: rgb(20,90,91); }
td.TdClassName
{
border-color: #145A5B;
}
.TagClassName
{
border-color: #145A5B;
}
</style>