Shades of Deep Sea #1A7463
Tints of Deep Sea #1A7463
RGB
CMYK
RGB Variations
Color information
#1A7463 (or 0x1A7463) is known color: Deep Sea. HEX triplet: 1A, 74 and 63. RGB value is (26,116,99). Sum of RGB (Red+Green+Blue) = 26+116+99=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7463 is #E58B9C. Grayscale: #575757. Windows color (decimal): -15043485 or 6517786. OLE color: 6517786.
HSL color Cylindrical-coordinate representation of color #1A7463: hue angle of 168.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 #1A7463 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 99 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.55 |
| HSL | 168.67º | 0.63% | 0.28% | - |
| HSV(B) | 168.67º | 0.78% | 0.45% | - |
| XYZ | 8.92 | 13.61 | 13.96 | - |
| YUV | 87.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 99 | 0.78 | 0 | 0.15 | 0.55 | 168.67 | 0.63 | 0.28 |
| Hex | 1A | 74 | 63 | 4E | 0 | F | 37 | A9 | 3F | 1C |
| Octal | 32 | 164 | 143 | 116 | 0 | 17 | 67 | 251 | 77 | 34 |
| Binary | 11010 | 1110100 | 1100011 | 1001110 | 0 | 1111 | 110111 | 10101001 | 111111 | 11100 |
Color Harmonies of #1A7463
Complementary color
Monochromatic Colors of #1A7463
Black with #1A7463
Text Example
Text Example
White with #1A7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7463; }
p { color: rgb(26,116,99); }
H1.HeaderClassName
{
color: #1A7463;
}
.AnyTagClassName
{
color: #1A7463;
}
</style>
background-color css
<style>
a { background-color: #1A7463; }
a { background-color: rgb(26,116,99); }
div.DivClassName
{
background-color: #1A7463;
}
.BgClassName
{
background-color: #1A7463;
}
</style>
border-color css
<style>
span { border-color: #1A7463; }
span { border-color: rgb(26,116,99); }
td.TdClassName
{
border-color: #1A7463;
}
.TagClassName
{
border-color: #1A7463;
}
</style>