Shades of Deep Sea #127264
Tints of Deep Sea #127264
RGB
CMYK
RGB Variations
Color information
#127264 (or 0x127264) is known color: Deep Sea. HEX triplet: 12, 72 and 64. RGB value is (18,114,100). Sum of RGB (Red+Green+Blue) = 18+114+100=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #127264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127264 is #ED8D9B. Grayscale: #535353. Windows color (decimal): -15568284 or 6582802. OLE color: 6582802.
HSL color Cylindrical-coordinate representation of color #127264: hue angle of 171.25º 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 #127264 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 100 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.55 |
| HSL | 171.25º | 0.73% | 0.26% | - |
| HSV(B) | 171.25º | 0.84% | 0.45% | - |
| XYZ | 8.57 | 13.08 | 14.13 | - |
| YUV | 83.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 100 | 0.84 | 0 | 0.12 | 0.55 | 171.25 | 0.73 | 0.26 |
| Hex | 12 | 72 | 64 | 54 | 0 | C | 37 | AB | 49 | 1A |
| Octal | 22 | 162 | 144 | 124 | 0 | 14 | 67 | 253 | 111 | 32 |
| Binary | 10010 | 1110010 | 1100100 | 1010100 | 0 | 1100 | 110111 | 10101011 | 1001001 | 11010 |
Color Harmonies of #127264
Complementary color
Monochromatic Colors of #127264
Black with #127264
Text Example
Text Example
White with #127264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127264; }
p { color: rgb(18,114,100); }
H1.HeaderClassName
{
color: #127264;
}
.AnyTagClassName
{
color: #127264;
}
</style>
background-color css
<style>
a { background-color: #127264; }
a { background-color: rgb(18,114,100); }
div.DivClassName
{
background-color: #127264;
}
.BgClassName
{
background-color: #127264;
}
</style>
border-color css
<style>
span { border-color: #127264; }
span { border-color: rgb(18,114,100); }
td.TdClassName
{
border-color: #127264;
}
.TagClassName
{
border-color: #127264;
}
</style>