Shades of Deep Sea #12826B
Tints of Deep Sea #12826B
RGB
CMYK
RGB Variations
Color information
#12826B (or 0x12826B) is known color: Deep Sea. HEX triplet: 12, 82 and 6B. RGB value is (18,130,107). Sum of RGB (Red+Green+Blue) = 18+130+107=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #12826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12826B is #ED7D94. Grayscale: #5D5D5D. Windows color (decimal): -15564181 or 7045650. OLE color: 7045650.
HSL color Cylindrical-coordinate representation of color #12826B: hue angle of 167.68º 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 #12826B is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 107 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.49 |
| HSL | 167.68º | 0.76% | 0.29% | - |
| HSV(B) | 167.68º | 0.86% | 0.51% | - |
| XYZ | 10.89 | 17.16 | 16.65 | - |
| YUV | 93.89 | 135.39 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 107 | 0.86 | 0 | 0.18 | 0.49 | 167.68 | 0.76 | 0.29 |
| Hex | 12 | 82 | 6B | 56 | 0 | 12 | 31 | A8 | 4C | 1D |
| Octal | 22 | 202 | 153 | 126 | 0 | 22 | 61 | 250 | 114 | 35 |
| Binary | 10010 | 10000010 | 1101011 | 1010110 | 0 | 10010 | 110001 | 10101000 | 1001100 | 11101 |
Color Harmonies of #12826B
Complementary color
Monochromatic Colors of #12826B
Black with #12826B
Text Example
Text Example
White with #12826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12826B; }
p { color: rgb(18,130,107); }
H1.HeaderClassName
{
color: #12826B;
}
.AnyTagClassName
{
color: #12826B;
}
</style>
background-color css
<style>
a { background-color: #12826B; }
a { background-color: rgb(18,130,107); }
div.DivClassName
{
background-color: #12826B;
}
.BgClassName
{
background-color: #12826B;
}
</style>
border-color css
<style>
span { border-color: #12826B; }
span { border-color: rgb(18,130,107); }
td.TdClassName
{
border-color: #12826B;
}
.TagClassName
{
border-color: #12826B;
}
</style>