Shades of Deep Sea #12825B
Tints of Deep Sea #12825B
RGB
CMYK
RGB Variations
Color information
#12825B (or 0x12825B) is known color: Deep Sea. HEX triplet: 12, 82 and 5B. RGB value is (18,130,91). Sum of RGB (Red+Green+Blue) = 18+130+91=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #12825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12825B is #ED7DA4. Grayscale: #5C5C5C. Windows color (decimal): -15564197 or 5997074. OLE color: 5997074.
HSL color Cylindrical-coordinate representation of color #12825B: hue angle of 159.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12825B is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 91 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.49 |
| HSL | 159.11º | 0.76% | 0.29% | - |
| HSV(B) | 159.11º | 0.86% | 0.51% | - |
| XYZ | 10.12 | 16.85 | 12.62 | - |
| YUV | 92.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 91 | 0.86 | 0 | 0.30 | 0.49 | 159.11 | 0.76 | 0.29 |
| Hex | 12 | 82 | 5B | 56 | 0 | 1E | 31 | 9F | 4C | 1D |
| Octal | 22 | 202 | 133 | 126 | 0 | 36 | 61 | 237 | 114 | 35 |
| Binary | 10010 | 10000010 | 1011011 | 1010110 | 0 | 11110 | 110001 | 10011111 | 1001100 | 11101 |
Color Harmonies of #12825B
Complementary color
Monochromatic Colors of #12825B
Black with #12825B
Text Example
Text Example
White with #12825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12825B; }
p { color: rgb(18,130,91); }
H1.HeaderClassName
{
color: #12825B;
}
.AnyTagClassName
{
color: #12825B;
}
</style>
background-color css
<style>
a { background-color: #12825B; }
a { background-color: rgb(18,130,91); }
div.DivClassName
{
background-color: #12825B;
}
.BgClassName
{
background-color: #12825B;
}
</style>
border-color css
<style>
span { border-color: #12825B; }
span { border-color: rgb(18,130,91); }
td.TdClassName
{
border-color: #12825B;
}
.TagClassName
{
border-color: #12825B;
}
</style>