Shades of Deep Sea #1B725F
Tints of Deep Sea #1B725F
RGB
CMYK
RGB Variations
Color information
#1B725F (or 0x1B725F) is known color: Deep Sea. HEX triplet: 1B, 72 and 5F. RGB value is (27,114,95). Sum of RGB (Red+Green+Blue) = 27+114+95=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #1B725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B725F is #E48DA0. Grayscale: #555555. Windows color (decimal): -14978465 or 6255131. OLE color: 6255131.
HSL color Cylindrical-coordinate representation of color #1B725F: hue angle of 166.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B725F is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 95 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.55 |
| HSL | 166.9º | 0.62% | 0.28% | - |
| HSV(B) | 166.9º | 0.76% | 0.45% | - |
| XYZ | 8.53 | 13.09 | 12.9 | - |
| YUV | 85.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 95 | 0.76 | 0 | 0.17 | 0.55 | 166.9 | 0.62 | 0.28 |
| Hex | 1B | 72 | 5F | 4C | 0 | 11 | 37 | A7 | 3E | 1C |
| Octal | 33 | 162 | 137 | 114 | 0 | 21 | 67 | 247 | 76 | 34 |
| Binary | 11011 | 1110010 | 1011111 | 1001100 | 0 | 10001 | 110111 | 10100111 | 111110 | 11100 |
Color Harmonies of #1B725F
Complementary color
Monochromatic Colors of #1B725F
Black with #1B725F
Text Example
Text Example
White with #1B725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B725F; }
p { color: rgb(27,114,95); }
H1.HeaderClassName
{
color: #1B725F;
}
.AnyTagClassName
{
color: #1B725F;
}
</style>
background-color css
<style>
a { background-color: #1B725F; }
a { background-color: rgb(27,114,95); }
div.DivClassName
{
background-color: #1B725F;
}
.BgClassName
{
background-color: #1B725F;
}
</style>
border-color css
<style>
span { border-color: #1B725F; }
span { border-color: rgb(27,114,95); }
td.TdClassName
{
border-color: #1B725F;
}
.TagClassName
{
border-color: #1B725F;
}
</style>