Shades of Deep Sea #1B7264
Tints of Deep Sea #1B7264
RGB
CMYK
RGB Variations
Color information
#1B7264 (or 0x1B7264) is known color: Deep Sea. HEX triplet: 1B, 72 and 64. RGB value is (27,114,100). Sum of RGB (Red+Green+Blue) = 27+114+100=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7264 is #E48D9B. Grayscale: #565656. Windows color (decimal): -14978460 or 6582811. OLE color: 6582811.
HSL color Cylindrical-coordinate representation of color #1B7264: hue angle of 170.34º 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 #1B7264 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 100 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.55 |
| HSL | 170.34º | 0.62% | 0.28% | - |
| HSV(B) | 170.34º | 0.76% | 0.45% | - |
| XYZ | 8.77 | 13.19 | 14.14 | - |
| YUV | 86.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 100 | 0.76 | 0 | 0.12 | 0.55 | 170.34 | 0.62 | 0.28 |
| Hex | 1B | 72 | 64 | 4C | 0 | C | 37 | AA | 3E | 1C |
| Octal | 33 | 162 | 144 | 114 | 0 | 14 | 67 | 252 | 76 | 34 |
| Binary | 11011 | 1110010 | 1100100 | 1001100 | 0 | 1100 | 110111 | 10101010 | 111110 | 11100 |
Color Harmonies of #1B7264
Complementary color
Monochromatic Colors of #1B7264
Black with #1B7264
Text Example
Text Example
White with #1B7264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7264; }
p { color: rgb(27,114,100); }
H1.HeaderClassName
{
color: #1B7264;
}
.AnyTagClassName
{
color: #1B7264;
}
</style>
background-color css
<style>
a { background-color: #1B7264; }
a { background-color: rgb(27,114,100); }
div.DivClassName
{
background-color: #1B7264;
}
.BgClassName
{
background-color: #1B7264;
}
</style>
border-color css
<style>
span { border-color: #1B7264; }
span { border-color: rgb(27,114,100); }
td.TdClassName
{
border-color: #1B7264;
}
.TagClassName
{
border-color: #1B7264;
}
</style>