Shades of Blue Stone #1A636C
Tints of Blue Stone #1A636C
RGB
CMYK
RGB Variations
Color information
#1A636C (or 0x1A636C) is known color: Blue Stone. HEX triplet: 1A, 63 and 6C. RGB value is (26,99,108). Sum of RGB (Red+Green+Blue) = 26+99+108=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A636C is #E59C93. Grayscale: #4E4E4E. Windows color (decimal): -15047828 or 7103258. OLE color: 7103258.
HSL color Cylindrical-coordinate representation of color #1A636C: hue angle of 186.59º 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 #1A636C is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 99 | 108 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.58 |
| HSL | 186.59º | 0.61% | 0.26% | - |
| HSV(B) | 186.59º | 0.76% | 0.42% | - |
| XYZ | 7.59 | 10.23 | 15.76 | - |
| YUV | 78.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 108 | 0.76 | 0.08 | 0 | 0.58 | 186.59 | 0.61 | 0.26 |
| Hex | 1A | 63 | 6C | 4C | 8 | 0 | 3A | BB | 3D | 1A |
| Octal | 32 | 143 | 154 | 114 | 10 | 0 | 72 | 273 | 75 | 32 |
| Binary | 11010 | 1100011 | 1101100 | 1001100 | 1000 | 0 | 111010 | 10111011 | 111101 | 11010 |
Color Harmonies of #1A636C
Complementary color
Monochromatic Colors of #1A636C
Black with #1A636C
Text Example
Text Example
White with #1A636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A636C; }
p { color: rgb(26,99,108); }
H1.HeaderClassName
{
color: #1A636C;
}
.AnyTagClassName
{
color: #1A636C;
}
</style>
background-color css
<style>
a { background-color: #1A636C; }
a { background-color: rgb(26,99,108); }
div.DivClassName
{
background-color: #1A636C;
}
.BgClassName
{
background-color: #1A636C;
}
</style>
border-color css
<style>
span { border-color: #1A636C; }
span { border-color: rgb(26,99,108); }
td.TdClassName
{
border-color: #1A636C;
}
.TagClassName
{
border-color: #1A636C;
}
</style>