Shades of Deep Sea #1B7163
Tints of Deep Sea #1B7163
RGB
CMYK
RGB Variations
Color information
#1B7163 (or 0x1B7163) is known color: Deep Sea. HEX triplet: 1B, 71 and 63. RGB value is (27,113,99). Sum of RGB (Red+Green+Blue) = 27+113+99=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7163 is #E48E9C. Grayscale: #555555. Windows color (decimal): -14978717 or 6517019. OLE color: 6517019.
HSL color Cylindrical-coordinate representation of color #1B7163: hue angle of 170.23º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7163 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 99 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.56 |
| HSL | 170.23º | 0.61% | 0.27% | - |
| HSV(B) | 170.23º | 0.76% | 0.44% | - |
| XYZ | 8.61 | 12.94 | 13.85 | - |
| YUV | 85.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 99 | 0.76 | 0 | 0.12 | 0.56 | 170.23 | 0.61 | 0.27 |
| Hex | 1B | 71 | 63 | 4C | 0 | C | 38 | AA | 3D | 1B |
| Octal | 33 | 161 | 143 | 114 | 0 | 14 | 70 | 252 | 75 | 33 |
| Binary | 11011 | 1110001 | 1100011 | 1001100 | 0 | 1100 | 111000 | 10101010 | 111101 | 11011 |
Color Harmonies of #1B7163
Complementary color
Monochromatic Colors of #1B7163
Black with #1B7163
Text Example
Text Example
White with #1B7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7163; }
p { color: rgb(27,113,99); }
H1.HeaderClassName
{
color: #1B7163;
}
.AnyTagClassName
{
color: #1B7163;
}
</style>
background-color css
<style>
a { background-color: #1B7163; }
a { background-color: rgb(27,113,99); }
div.DivClassName
{
background-color: #1B7163;
}
.BgClassName
{
background-color: #1B7163;
}
</style>
border-color css
<style>
span { border-color: #1B7163; }
span { border-color: rgb(27,113,99); }
td.TdClassName
{
border-color: #1B7163;
}
.TagClassName
{
border-color: #1B7163;
}
</style>