Shades of Blue Lagoon #004E65
Tints of Blue Lagoon #004E65
RGB
CMYK
RGB Variations
Color information
#004E65 (or 0x004E65) is known color: Blue Lagoon. HEX triplet: 00, 4E and 65. RGB value is (0,78,101). Sum of RGB (Red+Green+Blue) = 0+78+101=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #004E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E65 is #FFB19A. Grayscale: #393939. Windows color (decimal): -16757147 or 6639104. OLE color: 6639104.
HSL color Cylindrical-coordinate representation of color #004E65: hue angle of 193.66º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E65 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 78 | 101 | - |
| CMYK | 1 | 0.23 | 0 | 0.60 |
| HSL | 193.66º | 1% | 0.2% | - |
| HSV(B) | 193.66º | 1% | 0.4% | - |
| XYZ | 5.07 | 6.39 | 13.28 | - |
| YUV | 57.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 101 | 1 | 0.23 | 0 | 0.60 | 193.66 | 1 | 0.2 |
| Hex | 0 | 4E | 65 | 64 | 17 | 0 | 3C | C2 | 64 | 14 |
| Octal | 0 | 116 | 145 | 144 | 27 | 0 | 74 | 302 | 144 | 24 |
| Binary | 0 | 1001110 | 1100101 | 1100100 | 10111 | 0 | 111100 | 11000010 | 1100100 | 10100 |
Color Harmonies of #004E65
Complementary color
Monochromatic Colors of #004E65
Black with #004E65
Text Example
Text Example
White with #004E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E65; }
p { color: rgb(0,78,101); }
H1.HeaderClassName
{
color: #004E65;
}
.AnyTagClassName
{
color: #004E65;
}
</style>
background-color css
<style>
a { background-color: #004E65; }
a { background-color: rgb(0,78,101); }
div.DivClassName
{
background-color: #004E65;
}
.BgClassName
{
background-color: #004E65;
}
</style>
border-color css
<style>
span { border-color: #004E65; }
span { border-color: rgb(0,78,101); }
td.TdClassName
{
border-color: #004E65;
}
.TagClassName
{
border-color: #004E65;
}
</style>