Shades of Blue Stone #1A5F5D
Tints of Blue Stone #1A5F5D
RGB
CMYK
RGB Variations
Color information
#1A5F5D (or 0x1A5F5D) is known color: Blue Stone. HEX triplet: 1A, 5F and 5D. RGB value is (26,95,93). Sum of RGB (Red+Green+Blue) = 26+95+93=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5F5D is #E5A0A2. Grayscale: #4A4A4A. Windows color (decimal): -15048867 or 6119194. OLE color: 6119194.
HSL color Cylindrical-coordinate representation of color #1A5F5D: hue angle of 178.26º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5F5D is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 95 | 93 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.63 |
| HSL | 178.26º | 0.57% | 0.24% | - |
| HSV(B) | 178.26º | 0.73% | 0.37% | - |
| XYZ | 6.49 | 9.19 | 11.79 | - |
| YUV | 74.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 95 | 93 | 0.73 | 0 | 0.02 | 0.63 | 178.26 | 0.57 | 0.24 |
| Hex | 1A | 5F | 5D | 49 | 0 | 2 | 3F | B2 | 39 | 18 |
| Octal | 32 | 137 | 135 | 111 | 0 | 2 | 77 | 262 | 71 | 30 |
| Binary | 11010 | 1011111 | 1011101 | 1001001 | 0 | 10 | 111111 | 10110010 | 111001 | 11000 |
Color Harmonies of #1A5F5D
Complementary color
Monochromatic Colors of #1A5F5D
Black with #1A5F5D
Text Example
Text Example
White with #1A5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5F5D; }
p { color: rgb(26,95,93); }
H1.HeaderClassName
{
color: #1A5F5D;
}
.AnyTagClassName
{
color: #1A5F5D;
}
</style>
background-color css
<style>
a { background-color: #1A5F5D; }
a { background-color: rgb(26,95,93); }
div.DivClassName
{
background-color: #1A5F5D;
}
.BgClassName
{
background-color: #1A5F5D;
}
</style>
border-color css
<style>
span { border-color: #1A5F5D; }
span { border-color: rgb(26,95,93); }
td.TdClassName
{
border-color: #1A5F5D;
}
.TagClassName
{
border-color: #1A5F5D;
}
</style>