Shades of Deep Sea #188069
Tints of Deep Sea #188069
RGB
CMYK
RGB Variations
Color information
#188069 (or 0x188069) is known color: Deep Sea. HEX triplet: 18, 80 and 69. RGB value is (24,128,105). Sum of RGB (Red+Green+Blue) = 24+128+105=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #188069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188069 is #E77F96. Grayscale: #5E5E5E. Windows color (decimal): -15171479 or 6914072. OLE color: 6914072.
HSL color Cylindrical-coordinate representation of color #188069: hue angle of 166.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188069 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 105 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.50 |
| HSL | 166.73º | 0.68% | 0.3% | - |
| HSV(B) | 166.73º | 0.81% | 0.5% | - |
| XYZ | 10.65 | 16.65 | 16.02 | - |
| YUV | 94.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 105 | 0.81 | 0 | 0.18 | 0.50 | 166.73 | 0.68 | 0.3 |
| Hex | 18 | 80 | 69 | 51 | 0 | 12 | 32 | A7 | 44 | 1E |
| Octal | 30 | 200 | 151 | 121 | 0 | 22 | 62 | 247 | 104 | 36 |
| Binary | 11000 | 10000000 | 1101001 | 1010001 | 0 | 10010 | 110010 | 10100111 | 1000100 | 11110 |
Color Harmonies of #188069
Complementary color
Monochromatic Colors of #188069
Black with #188069
Text Example
Text Example
White with #188069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188069; }
p { color: rgb(24,128,105); }
H1.HeaderClassName
{
color: #188069;
}
.AnyTagClassName
{
color: #188069;
}
</style>
background-color css
<style>
a { background-color: #188069; }
a { background-color: rgb(24,128,105); }
div.DivClassName
{
background-color: #188069;
}
.BgClassName
{
background-color: #188069;
}
</style>
border-color css
<style>
span { border-color: #188069; }
span { border-color: rgb(24,128,105); }
td.TdClassName
{
border-color: #188069;
}
.TagClassName
{
border-color: #188069;
}
</style>