Shades of Blue Stone #145B5E
Tints of Blue Stone #145B5E
RGB
CMYK
RGB Variations
Color information
#145B5E (or 0x145B5E) is known color: Blue Stone. HEX triplet: 14, 5B and 5E. RGB value is (20,91,94). Sum of RGB (Red+Green+Blue) = 20+91+94=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #145B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B5E is #EBA4A1. Grayscale: #464646. Windows color (decimal): -15443106 or 6183700. OLE color: 6183700.
HSL color Cylindrical-coordinate representation of color #145B5E: hue angle of 182.43º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145B5E is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 20 | 91 | 94 | - |
CMYK | 0.79 | 0.03 | 0 | 0.63 |
HSL | 182.43º | 0.65% | 0.22% | - |
HSV(B) | 182.43º | 0.79% | 0.37% | - |
XYZ | 6.05 | 8.44 | 11.9 | - |
YUV | 70.11 | 141.48 | 92.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 91 | 94 | 0.79 | 0.03 | 0 | 0.63 | 182.43 | 0.65 | 0.22 |
Hex | 14 | 5B | 5E | 4F | 3 | 0 | 3F | B6 | 41 | 16 |
Octal | 24 | 133 | 136 | 117 | 3 | 0 | 77 | 266 | 101 | 26 |
Binary | 10100 | 1011011 | 1011110 | 1001111 | 11 | 0 | 111111 | 10110110 | 1000001 | 10110 |
Color Harmonies of #145B5E
Complementary color
Monochromatic Colors of #145B5E
Black with #145B5E
Text Example
Text Example
White with #145B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B5E; }
p { color: rgb(20,91,94); }
H1.HeaderClassName
{
color: #145B5E;
}
.AnyTagClassName
{
color: #145B5E;
}
</style>
background-color css
<style>
a { background-color: #145B5E; }
a { background-color: rgb(20,91,94); }
div.DivClassName
{
background-color: #145B5E;
}
.BgClassName
{
background-color: #145B5E;
}
</style>
border-color css
<style>
span { border-color: #145B5E; }
span { border-color: rgb(20,91,94); }
td.TdClassName
{
border-color: #145B5E;
}
.TagClassName
{
border-color: #145B5E;
}
</style>