Shades of Jewel #1A664B
Tints of Jewel #1A664B
RGB
CMYK
RGB Variations
Color information
#1A664B (or 0x1A664B) is known color: Jewel. HEX triplet: 1A, 66 and 4B. RGB value is (26,102,75). Sum of RGB (Red+Green+Blue) = 26+102+75=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #1A664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A664B is #E599B4. Grayscale: #4C4C4C. Windows color (decimal): -15047093 or 4941338. OLE color: 4941338.
HSL color Cylindrical-coordinate representation of color #1A664B: hue angle of 158.68º degrees, saturation: 0.59, 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 #1A664B is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 75 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.6 |
| HSL | 158.68º | 0.59% | 0.25% | - |
| HSV(B) | 158.68º | 0.75% | 0.4% | - |
| XYZ | 6.45 | 10.23 | 8.29 | - |
| YUV | 76.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 75 | 0.75 | 0 | 0.26 | 0.6 | 158.68 | 0.59 | 0.25 |
| Hex | 1A | 66 | 4B | 4B | 0 | 1A | 3C | 9F | 3B | 19 |
| Octal | 32 | 146 | 113 | 113 | 0 | 32 | 74 | 237 | 73 | 31 |
| Binary | 11010 | 1100110 | 1001011 | 1001011 | 0 | 11010 | 111100 | 10011111 | 111011 | 11001 |
Color Harmonies of #1A664B
Complementary color
Monochromatic Colors of #1A664B
Black with #1A664B
Text Example
Text Example
White with #1A664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A664B; }
p { color: rgb(26,102,75); }
H1.HeaderClassName
{
color: #1A664B;
}
.AnyTagClassName
{
color: #1A664B;
}
</style>
background-color css
<style>
a { background-color: #1A664B; }
a { background-color: rgb(26,102,75); }
div.DivClassName
{
background-color: #1A664B;
}
.BgClassName
{
background-color: #1A664B;
}
</style>
border-color css
<style>
span { border-color: #1A664B; }
span { border-color: rgb(26,102,75); }
td.TdClassName
{
border-color: #1A664B;
}
.TagClassName
{
border-color: #1A664B;
}
</style>