Shades of Deep Sea #1B745A
Tints of Deep Sea #1B745A
RGB
CMYK
RGB Variations
Color information
#1B745A (or 0x1B745A) is known color: Deep Sea. HEX triplet: 1B, 74 and 5A. RGB value is (27,116,90). Sum of RGB (Red+Green+Blue) = 27+116+90=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #1B745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B745A is #E48BA5. Grayscale: #565656. Windows color (decimal): -14977958 or 5927963. OLE color: 5927963.
HSL color Cylindrical-coordinate representation of color #1B745A: hue angle of 162.47º 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 #1B745A is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 90 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.55 |
| HSL | 162.47º | 0.62% | 0.28% | - |
| HSV(B) | 162.47º | 0.77% | 0.45% | - |
| XYZ | 8.54 | 13.46 | 11.82 | - |
| YUV | 86.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 90 | 0.77 | 0 | 0.22 | 0.55 | 162.47 | 0.62 | 0.28 |
| Hex | 1B | 74 | 5A | 4D | 0 | 16 | 37 | A2 | 3E | 1C |
| Octal | 33 | 164 | 132 | 115 | 0 | 26 | 67 | 242 | 76 | 34 |
| Binary | 11011 | 1110100 | 1011010 | 1001101 | 0 | 10110 | 110111 | 10100010 | 111110 | 11100 |
Color Harmonies of #1B745A
Complementary color
Monochromatic Colors of #1B745A
Black with #1B745A
Text Example
Text Example
White with #1B745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B745A; }
p { color: rgb(27,116,90); }
H1.HeaderClassName
{
color: #1B745A;
}
.AnyTagClassName
{
color: #1B745A;
}
</style>
background-color css
<style>
a { background-color: #1B745A; }
a { background-color: rgb(27,116,90); }
div.DivClassName
{
background-color: #1B745A;
}
.BgClassName
{
background-color: #1B745A;
}
</style>
border-color css
<style>
span { border-color: #1B745A; }
span { border-color: rgb(27,116,90); }
td.TdClassName
{
border-color: #1B745A;
}
.TagClassName
{
border-color: #1B745A;
}
</style>