Shades of Deep Sea #1B756C
Tints of Deep Sea #1B756C
RGB
CMYK
RGB Variations
Color information
#1B756C (or 0x1B756C) is known color: Deep Sea. HEX triplet: 1B, 75 and 6C. RGB value is (27,117,108). Sum of RGB (Red+Green+Blue) = 27+117+108=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #1B756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B756C is #E48A93. Grayscale: #595959. Windows color (decimal): -14977684 or 7107867. OLE color: 7107867.
HSL color Cylindrical-coordinate representation of color #1B756C: hue angle of 174º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B756C is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 108 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.54 |
| HSL | 174º | 0.63% | 0.28% | - |
| HSV(B) | 174º | 0.77% | 0.46% | - |
| XYZ | 9.52 | 14.04 | 16.4 | - |
| YUV | 89.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 108 | 0.77 | 0 | 0.08 | 0.54 | 174 | 0.63 | 0.28 |
| Hex | 1B | 75 | 6C | 4D | 0 | 8 | 36 | AE | 3E | 1C |
| Octal | 33 | 165 | 154 | 115 | 0 | 10 | 66 | 256 | 76 | 34 |
| Binary | 11011 | 1110101 | 1101100 | 1001101 | 0 | 1000 | 110110 | 10101110 | 111110 | 11100 |
Color Harmonies of #1B756C
Complementary color
Monochromatic Colors of #1B756C
Black with #1B756C
Text Example
Text Example
White with #1B756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B756C; }
p { color: rgb(27,117,108); }
H1.HeaderClassName
{
color: #1B756C;
}
.AnyTagClassName
{
color: #1B756C;
}
</style>
background-color css
<style>
a { background-color: #1B756C; }
a { background-color: rgb(27,117,108); }
div.DivClassName
{
background-color: #1B756C;
}
.BgClassName
{
background-color: #1B756C;
}
</style>
border-color css
<style>
span { border-color: #1B756C; }
span { border-color: rgb(27,117,108); }
td.TdClassName
{
border-color: #1B756C;
}
.TagClassName
{
border-color: #1B756C;
}
</style>