Shades of Blue Stone #1A565C
Tints of Blue Stone #1A565C
RGB
CMYK
RGB Variations
Color information
#1A565C (or 0x1A565C) is known color: Blue Stone. HEX triplet: 1A, 56 and 5C. RGB value is (26,86,92). Sum of RGB (Red+Green+Blue) = 26+86+92=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A565C is #E5A9A3. Grayscale: #444444. Windows color (decimal): -15051172 or 6051354. OLE color: 6051354.
HSL color Cylindrical-coordinate representation of color #1A565C: hue angle of 185.45º 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 #1A565C is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 86 | 92 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.64 |
| HSL | 185.45º | 0.56% | 0.23% | - |
| HSV(B) | 185.45º | 0.72% | 0.36% | - |
| XYZ | 5.69 | 7.65 | 11.3 | - |
| YUV | 68.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 92 | 0.72 | 0.07 | 0 | 0.64 | 185.45 | 0.56 | 0.23 |
| Hex | 1A | 56 | 5C | 48 | 7 | 0 | 40 | B9 | 38 | 17 |
| Octal | 32 | 126 | 134 | 110 | 7 | 0 | 100 | 271 | 70 | 27 |
| Binary | 11010 | 1010110 | 1011100 | 1001000 | 111 | 0 | 1000000 | 10111001 | 111000 | 10111 |
Color Harmonies of #1A565C
Complementary color
Monochromatic Colors of #1A565C
Black with #1A565C
Text Example
Text Example
White with #1A565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A565C; }
p { color: rgb(26,86,92); }
H1.HeaderClassName
{
color: #1A565C;
}
.AnyTagClassName
{
color: #1A565C;
}
</style>
background-color css
<style>
a { background-color: #1A565C; }
a { background-color: rgb(26,86,92); }
div.DivClassName
{
background-color: #1A565C;
}
.BgClassName
{
background-color: #1A565C;
}
</style>
border-color css
<style>
span { border-color: #1A565C; }
span { border-color: rgb(26,86,92); }
td.TdClassName
{
border-color: #1A565C;
}
.TagClassName
{
border-color: #1A565C;
}
</style>