Shades of Deep Sea #128567
Tints of Deep Sea #128567
RGB
CMYK
RGB Variations
Color information
#128567 (or 0x128567) is known color: Deep Sea. HEX triplet: 12, 85 and 67. RGB value is (18,133,103). Sum of RGB (Red+Green+Blue) = 18+133+103=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #128567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128567 is #ED7A98. Grayscale: #5F5F5F. Windows color (decimal): -15563417 or 6784274. OLE color: 6784274.
HSL color Cylindrical-coordinate representation of color #128567: hue angle of 164.35º 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 #128567 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 103 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.48 |
| HSL | 164.35º | 0.76% | 0.3% | - |
| HSV(B) | 164.35º | 0.86% | 0.52% | - |
| XYZ | 11.09 | 17.88 | 15.7 | - |
| YUV | 95.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 103 | 0.86 | 0 | 0.23 | 0.48 | 164.35 | 0.76 | 0.3 |
| Hex | 12 | 85 | 67 | 56 | 0 | 17 | 30 | A4 | 4C | 1E |
| Octal | 22 | 205 | 147 | 126 | 0 | 27 | 60 | 244 | 114 | 36 |
| Binary | 10010 | 10000101 | 1100111 | 1010110 | 0 | 10111 | 110000 | 10100100 | 1001100 | 11110 |
Color Harmonies of #128567
Complementary color
Monochromatic Colors of #128567
Black with #128567
Text Example
Text Example
White with #128567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128567; }
p { color: rgb(18,133,103); }
H1.HeaderClassName
{
color: #128567;
}
.AnyTagClassName
{
color: #128567;
}
</style>
background-color css
<style>
a { background-color: #128567; }
a { background-color: rgb(18,133,103); }
div.DivClassName
{
background-color: #128567;
}
.BgClassName
{
background-color: #128567;
}
</style>
border-color css
<style>
span { border-color: #128567; }
span { border-color: rgb(18,133,103); }
td.TdClassName
{
border-color: #128567;
}
.TagClassName
{
border-color: #128567;
}
</style>