Shades of Blue Stone #1A5A67
Tints of Blue Stone #1A5A67
RGB
CMYK
RGB Variations
Color information
#1A5A67 (or 0x1A5A67) is known color: Blue Stone. HEX triplet: 1A, 5A and 67. RGB value is (26,90,103). Sum of RGB (Red+Green+Blue) = 26+90+103=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A5A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5A67 is #E5A598. Grayscale: #484848. Windows color (decimal): -15050137 or 6773274. OLE color: 6773274.
HSL color Cylindrical-coordinate representation of color #1A5A67: hue angle of 190.13º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5A67 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 90 | 103 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.60 |
| HSL | 190.13º | 0.6% | 0.25% | - |
| HSV(B) | 190.13º | 0.75% | 0.4% | - |
| XYZ | 6.53 | 8.51 | 14.13 | - |
| YUV | 72.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 103 | 0.75 | 0.13 | 0 | 0.60 | 190.13 | 0.6 | 0.25 |
| Hex | 1A | 5A | 67 | 4B | D | 0 | 3C | BE | 3C | 19 |
| Octal | 32 | 132 | 147 | 113 | 15 | 0 | 74 | 276 | 74 | 31 |
| Binary | 11010 | 1011010 | 1100111 | 1001011 | 1101 | 0 | 111100 | 10111110 | 111100 | 11001 |
Color Harmonies of #1A5A67
Complementary color
Monochromatic Colors of #1A5A67
Black with #1A5A67
Text Example
Text Example
White with #1A5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A67; }
p { color: rgb(26,90,103); }
H1.HeaderClassName
{
color: #1A5A67;
}
.AnyTagClassName
{
color: #1A5A67;
}
</style>
background-color css
<style>
a { background-color: #1A5A67; }
a { background-color: rgb(26,90,103); }
div.DivClassName
{
background-color: #1A5A67;
}
.BgClassName
{
background-color: #1A5A67;
}
</style>
border-color css
<style>
span { border-color: #1A5A67; }
span { border-color: rgb(26,90,103); }
td.TdClassName
{
border-color: #1A5A67;
}
.TagClassName
{
border-color: #1A5A67;
}
</style>