Shades of Blue Stone #145A67
Tints of Blue Stone #145A67
RGB
CMYK
RGB Variations
Color information
#145A67 (or 0x145A67) is known color: Blue Stone. HEX triplet: 14, 5A and 67. RGB value is (20,90,103). Sum of RGB (Red+Green+Blue) = 20+90+103=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #145A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A67 is #EBA598. Grayscale: #464646. Windows color (decimal): -15443353 or 6773268. OLE color: 6773268.
HSL color Cylindrical-coordinate representation of color #145A67: hue angle of 189.4º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145A67 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 90 | 103 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.60 |
| HSL | 189.4º | 0.67% | 0.24% | - |
| HSV(B) | 189.4º | 0.81% | 0.4% | - |
| XYZ | 6.39 | 8.44 | 14.12 | - |
| YUV | 70.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 103 | 0.81 | 0.13 | 0 | 0.60 | 189.4 | 0.67 | 0.24 |
| Hex | 14 | 5A | 67 | 51 | D | 0 | 3C | BD | 43 | 18 |
| Octal | 24 | 132 | 147 | 121 | 15 | 0 | 74 | 275 | 103 | 30 |
| Binary | 10100 | 1011010 | 1100111 | 1010001 | 1101 | 0 | 111100 | 10111101 | 1000011 | 11000 |
Color Harmonies of #145A67
Complementary color
Monochromatic Colors of #145A67
Black with #145A67
Text Example
Text Example
White with #145A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A67; }
p { color: rgb(20,90,103); }
H1.HeaderClassName
{
color: #145A67;
}
.AnyTagClassName
{
color: #145A67;
}
</style>
background-color css
<style>
a { background-color: #145A67; }
a { background-color: rgb(20,90,103); }
div.DivClassName
{
background-color: #145A67;
}
.BgClassName
{
background-color: #145A67;
}
</style>
border-color css
<style>
span { border-color: #145A67; }
span { border-color: rgb(20,90,103); }
td.TdClassName
{
border-color: #145A67;
}
.TagClassName
{
border-color: #145A67;
}
</style>