Shades of Blue Stone #145462
Tints of Blue Stone #145462
RGB
CMYK
RGB Variations
Color information
#145462 (or 0x145462) is known color: Blue Stone. HEX triplet: 14, 54 and 62. RGB value is (20,84,98). Sum of RGB (Red+Green+Blue) = 20+84+98=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #145462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145462 is #EBAB9D. Grayscale: #424242. Windows color (decimal): -15444894 or 6444052. OLE color: 6444052.
HSL color Cylindrical-coordinate representation of color #145462: hue angle of 190.77º 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 #145462 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 84 | 98 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.62 |
| HSL | 190.77º | 0.66% | 0.23% | - |
| HSV(B) | 190.77º | 0.8% | 0.38% | - |
| XYZ | 5.66 | 7.37 | 12.68 | - |
| YUV | 66.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 98 | 0.80 | 0.14 | 0 | 0.62 | 190.77 | 0.66 | 0.23 |
| Hex | 14 | 54 | 62 | 50 | E | 0 | 3E | BF | 42 | 17 |
| Octal | 24 | 124 | 142 | 120 | 16 | 0 | 76 | 277 | 102 | 27 |
| Binary | 10100 | 1010100 | 1100010 | 1010000 | 1110 | 0 | 111110 | 10111111 | 1000010 | 10111 |
Color Harmonies of #145462
Complementary color
Monochromatic Colors of #145462
Black with #145462
Text Example
Text Example
White with #145462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145462; }
p { color: rgb(20,84,98); }
H1.HeaderClassName
{
color: #145462;
}
.AnyTagClassName
{
color: #145462;
}
</style>
background-color css
<style>
a { background-color: #145462; }
a { background-color: rgb(20,84,98); }
div.DivClassName
{
background-color: #145462;
}
.BgClassName
{
background-color: #145462;
}
</style>
border-color css
<style>
span { border-color: #145462; }
span { border-color: rgb(20,84,98); }
td.TdClassName
{
border-color: #145462;
}
.TagClassName
{
border-color: #145462;
}
</style>