Shades of Blue Stone #1A736C
Tints of Blue Stone #1A736C
RGB
CMYK
RGB Variations
Color information
#1A736C (or 0x1A736C) is known color: Blue Stone. HEX triplet: 1A, 73 and 6C. RGB value is (26,115,108). Sum of RGB (Red+Green+Blue) = 26+115+108=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #1A736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A736C is #E58C93. Grayscale: #575757. Windows color (decimal): -15043732 or 7107354. OLE color: 7107354.
HSL color Cylindrical-coordinate representation of color #1A736C: hue angle of 175.28º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A736C is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 108 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.55 |
| HSL | 175.28º | 0.63% | 0.28% | - |
| HSV(B) | 175.28º | 0.77% | 0.45% | - |
| XYZ | 9.26 | 13.56 | 16.32 | - |
| YUV | 87.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 108 | 0.77 | 0 | 0.06 | 0.55 | 175.28 | 0.63 | 0.28 |
| Hex | 1A | 73 | 6C | 4D | 0 | 6 | 37 | AF | 3F | 1C |
| Octal | 32 | 163 | 154 | 115 | 0 | 6 | 67 | 257 | 77 | 34 |
| Binary | 11010 | 1110011 | 1101100 | 1001101 | 0 | 110 | 110111 | 10101111 | 111111 | 11100 |
Color Harmonies of #1A736C
Complementary color
Monochromatic Colors of #1A736C
Black with #1A736C
Text Example
Text Example
White with #1A736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A736C; }
p { color: rgb(26,115,108); }
H1.HeaderClassName
{
color: #1A736C;
}
.AnyTagClassName
{
color: #1A736C;
}
</style>
background-color css
<style>
a { background-color: #1A736C; }
a { background-color: rgb(26,115,108); }
div.DivClassName
{
background-color: #1A736C;
}
.BgClassName
{
background-color: #1A736C;
}
</style>
border-color css
<style>
span { border-color: #1A736C; }
span { border-color: rgb(26,115,108); }
td.TdClassName
{
border-color: #1A736C;
}
.TagClassName
{
border-color: #1A736C;
}
</style>