Shades of Blue Stone #145A5C
Tints of Blue Stone #145A5C
RGB
CMYK
RGB Variations
Color information
#145A5C (or 0x145A5C) is known color: Blue Stone. HEX triplet: 14, 5A and 5C. RGB value is (20,90,92). Sum of RGB (Red+Green+Blue) = 20+90+92=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #145A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A5C is #EBA5A3. Grayscale: #454545. Windows color (decimal): -15443364 or 6052372. OLE color: 6052372.
HSL color Cylindrical-coordinate representation of color #145A5C: hue angle of 181.67º degrees, saturation: 0.64, 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 #145A5C is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 90 | 92 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.64 |
| HSL | 181.67º | 0.64% | 0.22% | - |
| HSV(B) | 181.67º | 0.78% | 0.36% | - |
| XYZ | 5.88 | 8.23 | 11.4 | - |
| YUV | 69.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 92 | 0.78 | 0.02 | 0 | 0.64 | 181.67 | 0.64 | 0.22 |
| Hex | 14 | 5A | 5C | 4E | 2 | 0 | 40 | B6 | 40 | 16 |
| Octal | 24 | 132 | 134 | 116 | 2 | 0 | 100 | 266 | 100 | 26 |
| Binary | 10100 | 1011010 | 1011100 | 1001110 | 10 | 0 | 1000000 | 10110110 | 1000000 | 10110 |
Color Harmonies of #145A5C
Complementary color
Monochromatic Colors of #145A5C
Black with #145A5C
Text Example
Text Example
White with #145A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A5C; }
p { color: rgb(20,90,92); }
H1.HeaderClassName
{
color: #145A5C;
}
.AnyTagClassName
{
color: #145A5C;
}
</style>
background-color css
<style>
a { background-color: #145A5C; }
a { background-color: rgb(20,90,92); }
div.DivClassName
{
background-color: #145A5C;
}
.BgClassName
{
background-color: #145A5C;
}
</style>
border-color css
<style>
span { border-color: #145A5C; }
span { border-color: rgb(20,90,92); }
td.TdClassName
{
border-color: #145A5C;
}
.TagClassName
{
border-color: #145A5C;
}
</style>