Shades of Deep Sea #147263
Tints of Deep Sea #147263
RGB
CMYK
RGB Variations
Color information
#147263 (or 0x147263) is known color: Deep Sea. HEX triplet: 14, 72 and 63. RGB value is (20,114,99). Sum of RGB (Red+Green+Blue) = 20+114+99=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #147263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147263 is #EB8D9C. Grayscale: #545454. Windows color (decimal): -15437213 or 6517268. OLE color: 6517268.
HSL color Cylindrical-coordinate representation of color #147263: hue angle of 170.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147263 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 99 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.55 |
| HSL | 170.43º | 0.7% | 0.26% | - |
| HSV(B) | 170.43º | 0.82% | 0.45% | - |
| XYZ | 8.56 | 13.08 | 13.88 | - |
| YUV | 84.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 99 | 0.82 | 0 | 0.13 | 0.55 | 170.43 | 0.7 | 0.26 |
| Hex | 14 | 72 | 63 | 52 | 0 | D | 37 | AA | 46 | 1A |
| Octal | 24 | 162 | 143 | 122 | 0 | 15 | 67 | 252 | 106 | 32 |
| Binary | 10100 | 1110010 | 1100011 | 1010010 | 0 | 1101 | 110111 | 10101010 | 1000110 | 11010 |
Color Harmonies of #147263
Complementary color
Monochromatic Colors of #147263
Black with #147263
Text Example
Text Example
White with #147263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147263; }
p { color: rgb(20,114,99); }
H1.HeaderClassName
{
color: #147263;
}
.AnyTagClassName
{
color: #147263;
}
</style>
background-color css
<style>
a { background-color: #147263; }
a { background-color: rgb(20,114,99); }
div.DivClassName
{
background-color: #147263;
}
.BgClassName
{
background-color: #147263;
}
</style>
border-color css
<style>
span { border-color: #147263; }
span { border-color: rgb(20,114,99); }
td.TdClassName
{
border-color: #147263;
}
.TagClassName
{
border-color: #147263;
}
</style>