Shades of Blue Stone #1A6569
Tints of Blue Stone #1A6569
RGB
CMYK
RGB Variations
Color information
#1A6569 (or 0x1A6569) is known color: Blue Stone. HEX triplet: 1A, 65 and 69. RGB value is (26,101,105). Sum of RGB (Red+Green+Blue) = 26+101+105=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A6569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6569 is #E59A96. Grayscale: #4E4E4E. Windows color (decimal): -15047319 or 6907162. OLE color: 6907162.
HSL color Cylindrical-coordinate representation of color #1A6569: hue angle of 183.04º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6569 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 101 | 105 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.59 |
| HSL | 183.04º | 0.6% | 0.26% | - |
| HSV(B) | 183.04º | 0.75% | 0.41% | - |
| XYZ | 7.63 | 10.55 | 15 | - |
| YUV | 79.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 105 | 0.75 | 0.04 | 0 | 0.59 | 183.04 | 0.6 | 0.26 |
| Hex | 1A | 65 | 69 | 4B | 4 | 0 | 3B | B7 | 3C | 1A |
| Octal | 32 | 145 | 151 | 113 | 4 | 0 | 73 | 267 | 74 | 32 |
| Binary | 11010 | 1100101 | 1101001 | 1001011 | 100 | 0 | 111011 | 10110111 | 111100 | 11010 |
Color Harmonies of #1A6569
Complementary color
Monochromatic Colors of #1A6569
Black with #1A6569
Text Example
Text Example
White with #1A6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6569; }
p { color: rgb(26,101,105); }
H1.HeaderClassName
{
color: #1A6569;
}
.AnyTagClassName
{
color: #1A6569;
}
</style>
background-color css
<style>
a { background-color: #1A6569; }
a { background-color: rgb(26,101,105); }
div.DivClassName
{
background-color: #1A6569;
}
.BgClassName
{
background-color: #1A6569;
}
</style>
border-color css
<style>
span { border-color: #1A6569; }
span { border-color: rgb(26,101,105); }
td.TdClassName
{
border-color: #1A6569;
}
.TagClassName
{
border-color: #1A6569;
}
</style>