Shades of Dark Slate Grey #1A5154
Tints of Dark Slate Grey #1A5154
RGB
CMYK
RGB Variations
Color information
#1A5154 (or 0x1A5154) is known color: Dark Slate Grey. HEX triplet: 1A, 51 and 54. RGB value is (26,81,84). Sum of RGB (Red+Green+Blue) = 26+81+84=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5154 is #E5AEAB. Grayscale: #404040. Windows color (decimal): -15052460 or 5525786. OLE color: 5525786.
HSL color Cylindrical-coordinate representation of color #1A5154: hue angle of 183.1º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5154 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 81 | 84 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.67 |
| HSL | 183.1º | 0.53% | 0.22% | - |
| HSV(B) | 183.1º | 0.69% | 0.33% | - |
| XYZ | 4.97 | 6.74 | 9.43 | - |
| YUV | 64.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 84 | 0.69 | 0.04 | 0 | 0.67 | 183.1 | 0.53 | 0.22 |
| Hex | 1A | 51 | 54 | 45 | 4 | 0 | 43 | B7 | 35 | 16 |
| Octal | 32 | 121 | 124 | 105 | 4 | 0 | 103 | 267 | 65 | 26 |
| Binary | 11010 | 1010001 | 1010100 | 1000101 | 100 | 0 | 1000011 | 10110111 | 110101 | 10110 |
Color Harmonies of #1A5154
Complementary color
Monochromatic Colors of #1A5154
Black with #1A5154
Text Example
Text Example
White with #1A5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5154; }
p { color: rgb(26,81,84); }
H1.HeaderClassName
{
color: #1A5154;
}
.AnyTagClassName
{
color: #1A5154;
}
</style>
background-color css
<style>
a { background-color: #1A5154; }
a { background-color: rgb(26,81,84); }
div.DivClassName
{
background-color: #1A5154;
}
.BgClassName
{
background-color: #1A5154;
}
</style>
border-color css
<style>
span { border-color: #1A5154; }
span { border-color: rgb(26,81,84); }
td.TdClassName
{
border-color: #1A5154;
}
.TagClassName
{
border-color: #1A5154;
}
</style>