Shades of Deep Sea #138265
Tints of Deep Sea #138265
RGB
CMYK
RGB Variations
Color information
#138265 (or 0x138265) is known color: Deep Sea. HEX triplet: 13, 82 and 65. RGB value is (19,130,101). Sum of RGB (Red+Green+Blue) = 19+130+101=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #138265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138265 is #EC7D9A. Grayscale: #5D5D5D. Windows color (decimal): -15498651 or 6652435. OLE color: 6652435.
HSL color Cylindrical-coordinate representation of color #138265: hue angle of 164.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138265 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 101 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.49 |
| HSL | 164.32º | 0.74% | 0.29% | - |
| HSV(B) | 164.32º | 0.85% | 0.51% | - |
| XYZ | 10.6 | 17.04 | 15.04 | - |
| YUV | 93.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 101 | 0.85 | 0 | 0.22 | 0.49 | 164.32 | 0.74 | 0.29 |
| Hex | 13 | 82 | 65 | 55 | 0 | 16 | 31 | A4 | 4A | 1D |
| Octal | 23 | 202 | 145 | 125 | 0 | 26 | 61 | 244 | 112 | 35 |
| Binary | 10011 | 10000010 | 1100101 | 1010101 | 0 | 10110 | 110001 | 10100100 | 1001010 | 11101 |
Color Harmonies of #138265
Complementary color
Monochromatic Colors of #138265
Black with #138265
Text Example
Text Example
White with #138265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138265; }
p { color: rgb(19,130,101); }
H1.HeaderClassName
{
color: #138265;
}
.AnyTagClassName
{
color: #138265;
}
</style>
background-color css
<style>
a { background-color: #138265; }
a { background-color: rgb(19,130,101); }
div.DivClassName
{
background-color: #138265;
}
.BgClassName
{
background-color: #138265;
}
</style>
border-color css
<style>
span { border-color: #138265; }
span { border-color: rgb(19,130,101); }
td.TdClassName
{
border-color: #138265;
}
.TagClassName
{
border-color: #138265;
}
</style>