Shades of Deep Sea #1A746C
Tints of Deep Sea #1A746C
RGB
CMYK
RGB Variations
Color information
#1A746C (or 0x1A746C) is known color: Deep Sea. HEX triplet: 1A, 74 and 6C. RGB value is (26,116,108). Sum of RGB (Red+Green+Blue) = 26+116+108=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #1A746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A746C is #E58B93. Grayscale: #585858. Windows color (decimal): -15043476 or 7107610. OLE color: 7107610.
HSL color Cylindrical-coordinate representation of color #1A746C: hue angle of 174.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A746C is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 108 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.55 |
| HSL | 174.67º | 0.63% | 0.28% | - |
| HSV(B) | 174.67º | 0.78% | 0.45% | - |
| XYZ | 9.38 | 13.79 | 16.36 | - |
| YUV | 88.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 108 | 0.78 | 0 | 0.07 | 0.55 | 174.67 | 0.63 | 0.28 |
| Hex | 1A | 74 | 6C | 4E | 0 | 7 | 37 | AF | 3F | 1C |
| Octal | 32 | 164 | 154 | 116 | 0 | 7 | 67 | 257 | 77 | 34 |
| Binary | 11010 | 1110100 | 1101100 | 1001110 | 0 | 111 | 110111 | 10101111 | 111111 | 11100 |
Color Harmonies of #1A746C
Complementary color
Monochromatic Colors of #1A746C
Black with #1A746C
Text Example
Text Example
White with #1A746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A746C; }
p { color: rgb(26,116,108); }
H1.HeaderClassName
{
color: #1A746C;
}
.AnyTagClassName
{
color: #1A746C;
}
</style>
background-color css
<style>
a { background-color: #1A746C; }
a { background-color: rgb(26,116,108); }
div.DivClassName
{
background-color: #1A746C;
}
.BgClassName
{
background-color: #1A746C;
}
</style>
border-color css
<style>
span { border-color: #1A746C; }
span { border-color: rgb(26,116,108); }
td.TdClassName
{
border-color: #1A746C;
}
.TagClassName
{
border-color: #1A746C;
}
</style>