Shades of Blue Stone #1A555D
Tints of Blue Stone #1A555D
RGB
CMYK
RGB Variations
Color information
#1A555D (or 0x1A555D) is known color: Blue Stone. HEX triplet: 1A, 55 and 5D. RGB value is (26,85,93). Sum of RGB (Red+Green+Blue) = 26+85+93=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A555D is #E5AAA2. Grayscale: #444444. Windows color (decimal): -15051427 or 6116634. OLE color: 6116634.
HSL color Cylindrical-coordinate representation of color #1A555D: hue angle of 187.16º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A555D is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 85 | 93 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.64 |
| HSL | 187.16º | 0.56% | 0.23% | - |
| HSV(B) | 187.16º | 0.72% | 0.36% | - |
| XYZ | 5.65 | 7.51 | 11.51 | - |
| YUV | 68.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 93 | 0.72 | 0.09 | 0 | 0.64 | 187.16 | 0.56 | 0.23 |
| Hex | 1A | 55 | 5D | 48 | 9 | 0 | 40 | BB | 38 | 17 |
| Octal | 32 | 125 | 135 | 110 | 11 | 0 | 100 | 273 | 70 | 27 |
| Binary | 11010 | 1010101 | 1011101 | 1001000 | 1001 | 0 | 1000000 | 10111011 | 111000 | 10111 |
Color Harmonies of #1A555D
Complementary color
Monochromatic Colors of #1A555D
Black with #1A555D
Text Example
Text Example
White with #1A555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A555D; }
p { color: rgb(26,85,93); }
H1.HeaderClassName
{
color: #1A555D;
}
.AnyTagClassName
{
color: #1A555D;
}
</style>
background-color css
<style>
a { background-color: #1A555D; }
a { background-color: rgb(26,85,93); }
div.DivClassName
{
background-color: #1A555D;
}
.BgClassName
{
background-color: #1A555D;
}
</style>
border-color css
<style>
span { border-color: #1A555D; }
span { border-color: rgb(26,85,93); }
td.TdClassName
{
border-color: #1A555D;
}
.TagClassName
{
border-color: #1A555D;
}
</style>