Shades of Blue Stone #1A555A
Tints of Blue Stone #1A555A
RGB
CMYK
RGB Variations
Color information
#1A555A (or 0x1A555A) is known color: Blue Stone. HEX triplet: 1A, 55 and 5A. RGB value is (26,85,90). Sum of RGB (Red+Green+Blue) = 26+85+90=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A555A is #E5AAA5. Grayscale: #434343. Windows color (decimal): -15051430 or 5920026. OLE color: 5920026.
HSL color Cylindrical-coordinate representation of color #1A555A: hue angle of 184.69º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A555A is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 85 | 90 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.65 |
| HSL | 184.69º | 0.55% | 0.23% | - |
| HSV(B) | 184.69º | 0.71% | 0.35% | - |
| XYZ | 5.52 | 7.45 | 10.82 | - |
| YUV | 67.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 90 | 0.71 | 0.06 | 0 | 0.65 | 184.69 | 0.55 | 0.23 |
| Hex | 1A | 55 | 5A | 47 | 6 | 0 | 41 | B9 | 37 | 17 |
| Octal | 32 | 125 | 132 | 107 | 6 | 0 | 101 | 271 | 67 | 27 |
| Binary | 11010 | 1010101 | 1011010 | 1000111 | 110 | 0 | 1000001 | 10111001 | 110111 | 10111 |
Color Harmonies of #1A555A
Complementary color
Monochromatic Colors of #1A555A
Black with #1A555A
Text Example
Text Example
White with #1A555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A555A; }
p { color: rgb(26,85,90); }
H1.HeaderClassName
{
color: #1A555A;
}
.AnyTagClassName
{
color: #1A555A;
}
</style>
background-color css
<style>
a { background-color: #1A555A; }
a { background-color: rgb(26,85,90); }
div.DivClassName
{
background-color: #1A555A;
}
.BgClassName
{
background-color: #1A555A;
}
</style>
border-color css
<style>
span { border-color: #1A555A; }
span { border-color: rgb(26,85,90); }
td.TdClassName
{
border-color: #1A555A;
}
.TagClassName
{
border-color: #1A555A;
}
</style>