Shades of Deep Sea #1A6F5C
Tints of Deep Sea #1A6F5C
RGB
CMYK
RGB Variations
Color information
#1A6F5C (or 0x1A6F5C) is known color: Deep Sea. HEX triplet: 1A, 6F and 5C. RGB value is (26,111,92). Sum of RGB (Red+Green+Blue) = 26+111+92=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6F5C is #E590A3. Grayscale: #535353. Windows color (decimal): -15044772 or 6057754. OLE color: 6057754.
HSL color Cylindrical-coordinate representation of color #1A6F5C: hue angle of 166.59º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6F5C is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 111 | 92 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.56 |
| HSL | 166.59º | 0.62% | 0.27% | - |
| HSV(B) | 166.59º | 0.77% | 0.44% | - |
| XYZ | 8.04 | 12.36 | 12.09 | - |
| YUV | 83.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 111 | 92 | 0.77 | 0 | 0.17 | 0.56 | 166.59 | 0.62 | 0.27 |
| Hex | 1A | 6F | 5C | 4D | 0 | 11 | 38 | A7 | 3E | 1B |
| Octal | 32 | 157 | 134 | 115 | 0 | 21 | 70 | 247 | 76 | 33 |
| Binary | 11010 | 1101111 | 1011100 | 1001101 | 0 | 10001 | 111000 | 10100111 | 111110 | 11011 |
Color Harmonies of #1A6F5C
Complementary color
Monochromatic Colors of #1A6F5C
Black with #1A6F5C
Text Example
Text Example
White with #1A6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6F5C; }
p { color: rgb(26,111,92); }
H1.HeaderClassName
{
color: #1A6F5C;
}
.AnyTagClassName
{
color: #1A6F5C;
}
</style>
background-color css
<style>
a { background-color: #1A6F5C; }
a { background-color: rgb(26,111,92); }
div.DivClassName
{
background-color: #1A6F5C;
}
.BgClassName
{
background-color: #1A6F5C;
}
</style>
border-color css
<style>
span { border-color: #1A6F5C; }
span { border-color: rgb(26,111,92); }
td.TdClassName
{
border-color: #1A6F5C;
}
.TagClassName
{
border-color: #1A6F5C;
}
</style>