Shades of Deep Sea #13805A
Tints of Deep Sea #13805A
RGB
CMYK
RGB Variations
Color information
#13805A (or 0x13805A) is known color: Deep Sea. HEX triplet: 13, 80 and 5A. RGB value is (19,128,90). Sum of RGB (Red+Green+Blue) = 19+128+90=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #13805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13805A is #EC7FA5. Grayscale: #5B5B5B. Windows color (decimal): -15499174 or 5931027. OLE color: 5931027.
HSL color Cylindrical-coordinate representation of color #13805A: hue angle of 159.08º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13805A is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 90 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.50 |
| HSL | 159.08º | 0.74% | 0.29% | - |
| HSV(B) | 159.08º | 0.85% | 0.5% | - |
| XYZ | 9.83 | 16.31 | 12.3 | - |
| YUV | 91.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 90 | 0.85 | 0 | 0.30 | 0.50 | 159.08 | 0.74 | 0.29 |
| Hex | 13 | 80 | 5A | 55 | 0 | 1E | 32 | 9F | 4A | 1D |
| Octal | 23 | 200 | 132 | 125 | 0 | 36 | 62 | 237 | 112 | 35 |
| Binary | 10011 | 10000000 | 1011010 | 1010101 | 0 | 11110 | 110010 | 10011111 | 1001010 | 11101 |
Color Harmonies of #13805A
Complementary color
Monochromatic Colors of #13805A
Black with #13805A
Text Example
Text Example
White with #13805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13805A; }
p { color: rgb(19,128,90); }
H1.HeaderClassName
{
color: #13805A;
}
.AnyTagClassName
{
color: #13805A;
}
</style>
background-color css
<style>
a { background-color: #13805A; }
a { background-color: rgb(19,128,90); }
div.DivClassName
{
background-color: #13805A;
}
.BgClassName
{
background-color: #13805A;
}
</style>
border-color css
<style>
span { border-color: #13805A; }
span { border-color: rgb(19,128,90); }
td.TdClassName
{
border-color: #13805A;
}
.TagClassName
{
border-color: #13805A;
}
</style>