Shades of Blue Stone #145D6B
Tints of Blue Stone #145D6B
RGB
CMYK
RGB Variations
Color information
#145D6B (or 0x145D6B) is known color: Blue Stone. HEX triplet: 14, 5D and 6B. RGB value is (20,93,107). Sum of RGB (Red+Green+Blue) = 20+93+107=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #145D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D6B is #EBA294. Grayscale: #484848. Windows color (decimal): -15442581 or 7036180. OLE color: 7036180.
HSL color Cylindrical-coordinate representation of color #145D6B: hue angle of 189.66º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145D6B is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 93 | 107 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.58 |
| HSL | 189.66º | 0.69% | 0.25% | - |
| HSV(B) | 189.66º | 0.81% | 0.42% | - |
| XYZ | 6.86 | 9.04 | 15.29 | - |
| YUV | 72.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 107 | 0.81 | 0.13 | 0 | 0.58 | 189.66 | 0.69 | 0.25 |
| Hex | 14 | 5D | 6B | 51 | D | 0 | 3A | BE | 45 | 19 |
| Octal | 24 | 135 | 153 | 121 | 15 | 0 | 72 | 276 | 105 | 31 |
| Binary | 10100 | 1011101 | 1101011 | 1010001 | 1101 | 0 | 111010 | 10111110 | 1000101 | 11001 |
Color Harmonies of #145D6B
Complementary color
Monochromatic Colors of #145D6B
Black with #145D6B
Text Example
Text Example
White with #145D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D6B; }
p { color: rgb(20,93,107); }
H1.HeaderClassName
{
color: #145D6B;
}
.AnyTagClassName
{
color: #145D6B;
}
</style>
background-color css
<style>
a { background-color: #145D6B; }
a { background-color: rgb(20,93,107); }
div.DivClassName
{
background-color: #145D6B;
}
.BgClassName
{
background-color: #145D6B;
}
</style>
border-color css
<style>
span { border-color: #145D6B; }
span { border-color: rgb(20,93,107); }
td.TdClassName
{
border-color: #145D6B;
}
.TagClassName
{
border-color: #145D6B;
}
</style>