Shades of Blue Stone #145A5D
Tints of Blue Stone #145A5D
RGB
CMYK
RGB Variations
Color information
#145A5D (or 0x145A5D) is known color: Blue Stone. HEX triplet: 14, 5A and 5D. RGB value is (20,90,93). Sum of RGB (Red+Green+Blue) = 20+90+93=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #145A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A5D is #EBA5A2. Grayscale: #454545. Windows color (decimal): -15443363 or 6117908. OLE color: 6117908.
HSL color Cylindrical-coordinate representation of color #145A5D: hue angle of 182.47º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A5D is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 90 | 93 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.64 |
| HSL | 182.47º | 0.65% | 0.22% | - |
| HSV(B) | 182.47º | 0.78% | 0.36% | - |
| XYZ | 5.92 | 8.25 | 11.64 | - |
| YUV | 69.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 93 | 0.78 | 0.03 | 0 | 0.64 | 182.47 | 0.65 | 0.22 |
| Hex | 14 | 5A | 5D | 4E | 3 | 0 | 40 | B6 | 41 | 16 |
| Octal | 24 | 132 | 135 | 116 | 3 | 0 | 100 | 266 | 101 | 26 |
| Binary | 10100 | 1011010 | 1011101 | 1001110 | 11 | 0 | 1000000 | 10110110 | 1000001 | 10110 |
Color Harmonies of #145A5D
Complementary color
Monochromatic Colors of #145A5D
Black with #145A5D
Text Example
Text Example
White with #145A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A5D; }
p { color: rgb(20,90,93); }
H1.HeaderClassName
{
color: #145A5D;
}
.AnyTagClassName
{
color: #145A5D;
}
</style>
background-color css
<style>
a { background-color: #145A5D; }
a { background-color: rgb(20,90,93); }
div.DivClassName
{
background-color: #145A5D;
}
.BgClassName
{
background-color: #145A5D;
}
</style>
border-color css
<style>
span { border-color: #145A5D; }
span { border-color: rgb(20,90,93); }
td.TdClassName
{
border-color: #145A5D;
}
.TagClassName
{
border-color: #145A5D;
}
</style>