Shades of Blue Stone #1A636B
Tints of Blue Stone #1A636B
RGB
CMYK
RGB Variations
Color information
#1A636B (or 0x1A636B) is known color: Blue Stone. HEX triplet: 1A, 63 and 6B. RGB value is (26,99,107). Sum of RGB (Red+Green+Blue) = 26+99+107=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A636B is #E59C94. Grayscale: #4D4D4D. Windows color (decimal): -15047829 or 7037722. OLE color: 7037722.
HSL color Cylindrical-coordinate representation of color #1A636B: hue angle of 185.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A636B is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 99 | 107 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.58 |
| HSL | 185.93º | 0.61% | 0.26% | - |
| HSV(B) | 185.93º | 0.76% | 0.42% | - |
| XYZ | 7.54 | 10.2 | 15.48 | - |
| YUV | 78.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 107 | 0.76 | 0.07 | 0 | 0.58 | 185.93 | 0.61 | 0.26 |
| Hex | 1A | 63 | 6B | 4C | 7 | 0 | 3A | BA | 3D | 1A |
| Octal | 32 | 143 | 153 | 114 | 7 | 0 | 72 | 272 | 75 | 32 |
| Binary | 11010 | 1100011 | 1101011 | 1001100 | 111 | 0 | 111010 | 10111010 | 111101 | 11010 |
Color Harmonies of #1A636B
Complementary color
Monochromatic Colors of #1A636B
Black with #1A636B
Text Example
Text Example
White with #1A636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A636B; }
p { color: rgb(26,99,107); }
H1.HeaderClassName
{
color: #1A636B;
}
.AnyTagClassName
{
color: #1A636B;
}
</style>
background-color css
<style>
a { background-color: #1A636B; }
a { background-color: rgb(26,99,107); }
div.DivClassName
{
background-color: #1A636B;
}
.BgClassName
{
background-color: #1A636B;
}
</style>
border-color css
<style>
span { border-color: #1A636B; }
span { border-color: rgb(26,99,107); }
td.TdClassName
{
border-color: #1A636B;
}
.TagClassName
{
border-color: #1A636B;
}
</style>