Shades of Deep Sea #1A7360
Tints of Deep Sea #1A7360
RGB
CMYK
RGB Variations
Color information
#1A7360 (or 0x1A7360) is known color: Deep Sea. HEX triplet: 1A, 73 and 60. RGB value is (26,115,96). Sum of RGB (Red+Green+Blue) = 26+115+96=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7360 is #E58C9F. Grayscale: #565656. Windows color (decimal): -15043744 or 6320922. OLE color: 6320922.
HSL color Cylindrical-coordinate representation of color #1A7360: hue angle of 167.19º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7360 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 96 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.55 |
| HSL | 167.19º | 0.63% | 0.28% | - |
| HSV(B) | 167.19º | 0.77% | 0.45% | - |
| XYZ | 8.67 | 13.33 | 13.18 | - |
| YUV | 86.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 96 | 0.77 | 0 | 0.17 | 0.55 | 167.19 | 0.63 | 0.28 |
| Hex | 1A | 73 | 60 | 4D | 0 | 11 | 37 | A7 | 3F | 1C |
| Octal | 32 | 163 | 140 | 115 | 0 | 21 | 67 | 247 | 77 | 34 |
| Binary | 11010 | 1110011 | 1100000 | 1001101 | 0 | 10001 | 110111 | 10100111 | 111111 | 11100 |
Color Harmonies of #1A7360
Complementary color
Monochromatic Colors of #1A7360
Black with #1A7360
Text Example
Text Example
White with #1A7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7360; }
p { color: rgb(26,115,96); }
H1.HeaderClassName
{
color: #1A7360;
}
.AnyTagClassName
{
color: #1A7360;
}
</style>
background-color css
<style>
a { background-color: #1A7360; }
a { background-color: rgb(26,115,96); }
div.DivClassName
{
background-color: #1A7360;
}
.BgClassName
{
background-color: #1A7360;
}
</style>
border-color css
<style>
span { border-color: #1A7360; }
span { border-color: rgb(26,115,96); }
td.TdClassName
{
border-color: #1A7360;
}
.TagClassName
{
border-color: #1A7360;
}
</style>