Shades of Deep Sea #1A7664
Tints of Deep Sea #1A7664
RGB
CMYK
RGB Variations
Color information
#1A7664 (or 0x1A7664) is known color: Deep Sea. HEX triplet: 1A, 76 and 64. RGB value is (26,118,100). Sum of RGB (Red+Green+Blue) = 26+118+100=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7664 is #E5899B. Grayscale: #585858. Windows color (decimal): -15042972 or 6583834. OLE color: 6583834.
HSL color Cylindrical-coordinate representation of color #1A7664: hue angle of 168.26º 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 #1A7664 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 100 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.54 |
| HSL | 168.26º | 0.64% | 0.28% | - |
| HSV(B) | 168.26º | 0.78% | 0.46% | - |
| XYZ | 9.2 | 14.1 | 14.29 | - |
| YUV | 88.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 100 | 0.78 | 0 | 0.15 | 0.54 | 168.26 | 0.64 | 0.28 |
| Hex | 1A | 76 | 64 | 4E | 0 | F | 36 | A8 | 40 | 1C |
| Octal | 32 | 166 | 144 | 116 | 0 | 17 | 66 | 250 | 100 | 34 |
| Binary | 11010 | 1110110 | 1100100 | 1001110 | 0 | 1111 | 110110 | 10101000 | 1000000 | 11100 |
Color Harmonies of #1A7664
Complementary color
Monochromatic Colors of #1A7664
Black with #1A7664
Text Example
Text Example
White with #1A7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7664; }
p { color: rgb(26,118,100); }
H1.HeaderClassName
{
color: #1A7664;
}
.AnyTagClassName
{
color: #1A7664;
}
</style>
background-color css
<style>
a { background-color: #1A7664; }
a { background-color: rgb(26,118,100); }
div.DivClassName
{
background-color: #1A7664;
}
.BgClassName
{
background-color: #1A7664;
}
</style>
border-color css
<style>
span { border-color: #1A7664; }
span { border-color: rgb(26,118,100); }
td.TdClassName
{
border-color: #1A7664;
}
.TagClassName
{
border-color: #1A7664;
}
</style>