Shades of Deep Sea #1B736B
Tints of Deep Sea #1B736B
RGB
CMYK
RGB Variations
Color information
#1B736B (or 0x1B736B) is known color: Deep Sea. HEX triplet: 1B, 73 and 6B. RGB value is (27,115,107). Sum of RGB (Red+Green+Blue) = 27+115+107=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #1B736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B736B is #E48C94. Grayscale: #575757. Windows color (decimal): -14978197 or 7041819. OLE color: 7041819.
HSL color Cylindrical-coordinate representation of color #1B736B: hue angle of 174.55º 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 #1B736B is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 107 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.55 |
| HSL | 174.55º | 0.62% | 0.28% | - |
| HSV(B) | 174.55º | 0.77% | 0.45% | - |
| XYZ | 9.24 | 13.56 | 16.04 | - |
| YUV | 87.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 107 | 0.77 | 0 | 0.07 | 0.55 | 174.55 | 0.62 | 0.28 |
| Hex | 1B | 73 | 6B | 4D | 0 | 7 | 37 | AF | 3E | 1C |
| Octal | 33 | 163 | 153 | 115 | 0 | 7 | 67 | 257 | 76 | 34 |
| Binary | 11011 | 1110011 | 1101011 | 1001101 | 0 | 111 | 110111 | 10101111 | 111110 | 11100 |
Color Harmonies of #1B736B
Complementary color
Monochromatic Colors of #1B736B
Black with #1B736B
Text Example
Text Example
White with #1B736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B736B; }
p { color: rgb(27,115,107); }
H1.HeaderClassName
{
color: #1B736B;
}
.AnyTagClassName
{
color: #1B736B;
}
</style>
background-color css
<style>
a { background-color: #1B736B; }
a { background-color: rgb(27,115,107); }
div.DivClassName
{
background-color: #1B736B;
}
.BgClassName
{
background-color: #1B736B;
}
</style>
border-color css
<style>
span { border-color: #1B736B; }
span { border-color: rgb(27,115,107); }
td.TdClassName
{
border-color: #1B736B;
}
.TagClassName
{
border-color: #1B736B;
}
</style>