Shades of Deep Sea #127365
Tints of Deep Sea #127365
RGB
CMYK
RGB Variations
Color information
#127365 (or 0x127365) is known color: Deep Sea. HEX triplet: 12, 73 and 65. RGB value is (18,115,101). Sum of RGB (Red+Green+Blue) = 18+115+101=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #127365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127365 is #ED8C9A. Grayscale: #545454. Windows color (decimal): -15568027 or 6648594. OLE color: 6648594.
HSL color Cylindrical-coordinate representation of color #127365: hue angle of 171.34º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127365 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 101 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.55 |
| HSL | 171.34º | 0.73% | 0.26% | - |
| HSV(B) | 171.34º | 0.84% | 0.45% | - |
| XYZ | 8.73 | 13.33 | 14.42 | - |
| YUV | 84.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 101 | 0.84 | 0 | 0.12 | 0.55 | 171.34 | 0.73 | 0.26 |
| Hex | 12 | 73 | 65 | 54 | 0 | C | 37 | AB | 49 | 1A |
| Octal | 22 | 163 | 145 | 124 | 0 | 14 | 67 | 253 | 111 | 32 |
| Binary | 10010 | 1110011 | 1100101 | 1010100 | 0 | 1100 | 110111 | 10101011 | 1001001 | 11010 |
Color Harmonies of #127365
Complementary color
Monochromatic Colors of #127365
Black with #127365
Text Example
Text Example
White with #127365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127365; }
p { color: rgb(18,115,101); }
H1.HeaderClassName
{
color: #127365;
}
.AnyTagClassName
{
color: #127365;
}
</style>
background-color css
<style>
a { background-color: #127365; }
a { background-color: rgb(18,115,101); }
div.DivClassName
{
background-color: #127365;
}
.BgClassName
{
background-color: #127365;
}
</style>
border-color css
<style>
span { border-color: #127365; }
span { border-color: rgb(18,115,101); }
td.TdClassName
{
border-color: #127365;
}
.TagClassName
{
border-color: #127365;
}
</style>