Shades of Blue Stone #145461
Tints of Blue Stone #145461
RGB
CMYK
RGB Variations
Color information
#145461 (or 0x145461) is known color: Blue Stone. HEX triplet: 14, 54 and 61. RGB value is (20,84,97). Sum of RGB (Red+Green+Blue) = 20+84+97=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #145461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145461 is #EBAB9E. Grayscale: #424242. Windows color (decimal): -15444895 or 6378516. OLE color: 6378516.
HSL color Cylindrical-coordinate representation of color #145461: hue angle of 190.13º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145461 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 84 | 97 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.62 |
| HSL | 190.13º | 0.66% | 0.23% | - |
| HSV(B) | 190.13º | 0.79% | 0.38% | - |
| XYZ | 5.62 | 7.35 | 12.43 | - |
| YUV | 66.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 97 | 0.79 | 0.13 | 0 | 0.62 | 190.13 | 0.66 | 0.23 |
| Hex | 14 | 54 | 61 | 4F | D | 0 | 3E | BE | 42 | 17 |
| Octal | 24 | 124 | 141 | 117 | 15 | 0 | 76 | 276 | 102 | 27 |
| Binary | 10100 | 1010100 | 1100001 | 1001111 | 1101 | 0 | 111110 | 10111110 | 1000010 | 10111 |
Color Harmonies of #145461
Complementary color
Monochromatic Colors of #145461
Black with #145461
Text Example
Text Example
White with #145461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145461; }
p { color: rgb(20,84,97); }
H1.HeaderClassName
{
color: #145461;
}
.AnyTagClassName
{
color: #145461;
}
</style>
background-color css
<style>
a { background-color: #145461; }
a { background-color: rgb(20,84,97); }
div.DivClassName
{
background-color: #145461;
}
.BgClassName
{
background-color: #145461;
}
</style>
border-color css
<style>
span { border-color: #145461; }
span { border-color: rgb(20,84,97); }
td.TdClassName
{
border-color: #145461;
}
.TagClassName
{
border-color: #145461;
}
</style>