Shades of Blue Stone #145459
Tints of Blue Stone #145459
RGB
CMYK
RGB Variations
Color information
#145459 (or 0x145459) is known color: Blue Stone. HEX triplet: 14, 54 and 59. RGB value is (20,84,89). Sum of RGB (Red+Green+Blue) = 20+84+89=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #145459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145459 is #EBABA6. Grayscale: #414141. Windows color (decimal): -15444903 or 5854228. OLE color: 5854228.
HSL color Cylindrical-coordinate representation of color #145459: hue angle of 184.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145459 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 84 | 89 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.65 |
| HSL | 184.35º | 0.63% | 0.21% | - |
| HSV(B) | 184.35º | 0.78% | 0.35% | - |
| XYZ | 5.26 | 7.21 | 10.57 | - |
| YUV | 65.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 89 | 0.78 | 0.06 | 0 | 0.65 | 184.35 | 0.63 | 0.21 |
| Hex | 14 | 54 | 59 | 4E | 6 | 0 | 41 | B8 | 3F | 15 |
| Octal | 24 | 124 | 131 | 116 | 6 | 0 | 101 | 270 | 77 | 25 |
| Binary | 10100 | 1010100 | 1011001 | 1001110 | 110 | 0 | 1000001 | 10111000 | 111111 | 10101 |
Color Harmonies of #145459
Complementary color
Monochromatic Colors of #145459
Black with #145459
Text Example
Text Example
White with #145459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145459; }
p { color: rgb(20,84,89); }
H1.HeaderClassName
{
color: #145459;
}
.AnyTagClassName
{
color: #145459;
}
</style>
background-color css
<style>
a { background-color: #145459; }
a { background-color: rgb(20,84,89); }
div.DivClassName
{
background-color: #145459;
}
.BgClassName
{
background-color: #145459;
}
</style>
border-color css
<style>
span { border-color: #145459; }
span { border-color: rgb(20,84,89); }
td.TdClassName
{
border-color: #145459;
}
.TagClassName
{
border-color: #145459;
}
</style>