Shades of Deep Sea #12856B
Tints of Deep Sea #12856B
RGB
CMYK
RGB Variations
Color information
#12856B (or 0x12856B) is known color: Deep Sea. HEX triplet: 12, 85 and 6B. RGB value is (18,133,107). Sum of RGB (Red+Green+Blue) = 18+133+107=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #12856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12856B is #ED7A94. Grayscale: #5F5F5F. Windows color (decimal): -15563413 or 7046418. OLE color: 7046418.
HSL color Cylindrical-coordinate representation of color #12856B: hue angle of 166.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12856B is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 107 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.48 |
| HSL | 166.43º | 0.76% | 0.3% | - |
| HSV(B) | 166.43º | 0.86% | 0.52% | - |
| XYZ | 11.29 | 17.97 | 16.78 | - |
| YUV | 95.65 | 134.4 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 107 | 0.86 | 0 | 0.20 | 0.48 | 166.43 | 0.76 | 0.3 |
| Hex | 12 | 85 | 6B | 56 | 0 | 14 | 30 | A6 | 4C | 1E |
| Octal | 22 | 205 | 153 | 126 | 0 | 24 | 60 | 246 | 114 | 36 |
| Binary | 10010 | 10000101 | 1101011 | 1010110 | 0 | 10100 | 110000 | 10100110 | 1001100 | 11110 |
Color Harmonies of #12856B
Complementary color
Monochromatic Colors of #12856B
Black with #12856B
Text Example
Text Example
White with #12856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12856B; }
p { color: rgb(18,133,107); }
H1.HeaderClassName
{
color: #12856B;
}
.AnyTagClassName
{
color: #12856B;
}
</style>
background-color css
<style>
a { background-color: #12856B; }
a { background-color: rgb(18,133,107); }
div.DivClassName
{
background-color: #12856B;
}
.BgClassName
{
background-color: #12856B;
}
</style>
border-color css
<style>
span { border-color: #12856B; }
span { border-color: rgb(18,133,107); }
td.TdClassName
{
border-color: #12856B;
}
.TagClassName
{
border-color: #12856B;
}
</style>