Shades of Deep Sea #1B7458
Tints of Deep Sea #1B7458
RGB
CMYK
RGB Variations
Color information
#1B7458 (or 0x1B7458) is known color: Deep Sea. HEX triplet: 1B, 74 and 58. RGB value is (27,116,88). Sum of RGB (Red+Green+Blue) = 27+116+88=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7458 is #E48BA7. Grayscale: #565656. Windows color (decimal): -14977960 or 5796891. OLE color: 5796891.
HSL color Cylindrical-coordinate representation of color #1B7458: hue angle of 161.12º degrees, saturation: 0.62, 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 #1B7458 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 88 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.55 |
| HSL | 161.12º | 0.62% | 0.28% | - |
| HSV(B) | 161.12º | 0.77% | 0.45% | - |
| XYZ | 8.46 | 13.43 | 11.38 | - |
| YUV | 86.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 88 | 0.77 | 0 | 0.24 | 0.55 | 161.12 | 0.62 | 0.28 |
| Hex | 1B | 74 | 58 | 4D | 0 | 18 | 37 | A1 | 3E | 1C |
| Octal | 33 | 164 | 130 | 115 | 0 | 30 | 67 | 241 | 76 | 34 |
| Binary | 11011 | 1110100 | 1011000 | 1001101 | 0 | 11000 | 110111 | 10100001 | 111110 | 11100 |
Color Harmonies of #1B7458
Complementary color
Monochromatic Colors of #1B7458
Black with #1B7458
Text Example
Text Example
White with #1B7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7458; }
p { color: rgb(27,116,88); }
H1.HeaderClassName
{
color: #1B7458;
}
.AnyTagClassName
{
color: #1B7458;
}
</style>
background-color css
<style>
a { background-color: #1B7458; }
a { background-color: rgb(27,116,88); }
div.DivClassName
{
background-color: #1B7458;
}
.BgClassName
{
background-color: #1B7458;
}
</style>
border-color css
<style>
span { border-color: #1B7458; }
span { border-color: rgb(27,116,88); }
td.TdClassName
{
border-color: #1B7458;
}
.TagClassName
{
border-color: #1B7458;
}
</style>