Shades of Deep Sea #1B826C
Tints of Deep Sea #1B826C
RGB
CMYK
RGB Variations
Color information
#1B826C (or 0x1B826C) is known color: Deep Sea. HEX triplet: 1B, 82 and 6C. RGB value is (27,130,108). Sum of RGB (Red+Green+Blue) = 27+130+108=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #1B826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B826C is #E47D93. Grayscale: #606060. Windows color (decimal): -14974356 or 7111195. OLE color: 7111195.
HSL color Cylindrical-coordinate representation of color #1B826C: hue angle of 167.18º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B826C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 108 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.49 |
| HSL | 167.18º | 0.66% | 0.31% | - |
| HSV(B) | 167.18º | 0.79% | 0.51% | - |
| XYZ | 11.14 | 17.28 | 16.94 | - |
| YUV | 96.7 | 134.38 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 108 | 0.79 | 0 | 0.17 | 0.49 | 167.18 | 0.66 | 0.31 |
| Hex | 1B | 82 | 6C | 4F | 0 | 11 | 31 | A7 | 42 | 1F |
| Octal | 33 | 202 | 154 | 117 | 0 | 21 | 61 | 247 | 102 | 37 |
| Binary | 11011 | 10000010 | 1101100 | 1001111 | 0 | 10001 | 110001 | 10100111 | 1000010 | 11111 |
Color Harmonies of #1B826C
Complementary color
Monochromatic Colors of #1B826C
Black with #1B826C
Text Example
Text Example
White with #1B826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B826C; }
p { color: rgb(27,130,108); }
H1.HeaderClassName
{
color: #1B826C;
}
.AnyTagClassName
{
color: #1B826C;
}
</style>
background-color css
<style>
a { background-color: #1B826C; }
a { background-color: rgb(27,130,108); }
div.DivClassName
{
background-color: #1B826C;
}
.BgClassName
{
background-color: #1B826C;
}
</style>
border-color css
<style>
span { border-color: #1B826C; }
span { border-color: rgb(27,130,108); }
td.TdClassName
{
border-color: #1B826C;
}
.TagClassName
{
border-color: #1B826C;
}
</style>