Shades of Deep Sea #1A7567
Tints of Deep Sea #1A7567
RGB
CMYK
RGB Variations
Color information
#1A7567 (or 0x1A7567) is known color: Deep Sea. HEX triplet: 1A, 75 and 67. RGB value is (26,117,103). Sum of RGB (Red+Green+Blue) = 26+117+103=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7567 is #E58A98. Grayscale: #585858. Windows color (decimal): -15043225 or 6780186. OLE color: 6780186.
HSL color Cylindrical-coordinate representation of color #1A7567: hue angle of 170.77º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7567 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 103 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.54 |
| HSL | 170.77º | 0.64% | 0.28% | - |
| HSV(B) | 170.77º | 0.78% | 0.46% | - |
| XYZ | 9.24 | 13.92 | 15.03 | - |
| YUV | 88.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 103 | 0.78 | 0 | 0.12 | 0.54 | 170.77 | 0.64 | 0.28 |
| Hex | 1A | 75 | 67 | 4E | 0 | C | 36 | AB | 40 | 1C |
| Octal | 32 | 165 | 147 | 116 | 0 | 14 | 66 | 253 | 100 | 34 |
| Binary | 11010 | 1110101 | 1100111 | 1001110 | 0 | 1100 | 110110 | 10101011 | 1000000 | 11100 |
Color Harmonies of #1A7567
Complementary color
Monochromatic Colors of #1A7567
Black with #1A7567
Text Example
Text Example
White with #1A7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7567; }
p { color: rgb(26,117,103); }
H1.HeaderClassName
{
color: #1A7567;
}
.AnyTagClassName
{
color: #1A7567;
}
</style>
background-color css
<style>
a { background-color: #1A7567; }
a { background-color: rgb(26,117,103); }
div.DivClassName
{
background-color: #1A7567;
}
.BgClassName
{
background-color: #1A7567;
}
</style>
border-color css
<style>
span { border-color: #1A7567; }
span { border-color: rgb(26,117,103); }
td.TdClassName
{
border-color: #1A7567;
}
.TagClassName
{
border-color: #1A7567;
}
</style>