Shades of Blue Lagoon #014E65
Tints of Blue Lagoon #014E65
RGB
CMYK
RGB Variations
Color information
#014E65 (or 0x014E65) is known color: Blue Lagoon. HEX triplet: 01, 4E and 65. RGB value is (1,78,101). Sum of RGB (Red+Green+Blue) = 1+78+101=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #014E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E65 is #FEB19A. Grayscale: #393939. Windows color (decimal): -16691611 or 6639105. OLE color: 6639105.
HSL color Cylindrical-coordinate representation of color #014E65: hue angle of 193.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E65 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 78 | 101 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.60 |
| HSL | 193.8º | 0.98% | 0.2% | - |
| HSV(B) | 193.8º | 0.99% | 0.4% | - |
| XYZ | 5.09 | 6.39 | 13.28 | - |
| YUV | 57.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 101 | 0.99 | 0.23 | 0 | 0.60 | 193.8 | 0.98 | 0.2 |
| Hex | 1 | 4E | 65 | 63 | 17 | 0 | 3C | C2 | 62 | 14 |
| Octal | 1 | 116 | 145 | 143 | 27 | 0 | 74 | 302 | 142 | 24 |
| Binary | 1 | 1001110 | 1100101 | 1100011 | 10111 | 0 | 111100 | 11000010 | 1100010 | 10100 |
Color Harmonies of #014E65
Complementary color
Monochromatic Colors of #014E65
Black with #014E65
Text Example
Text Example
White with #014E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E65; }
p { color: rgb(1,78,101); }
H1.HeaderClassName
{
color: #014E65;
}
.AnyTagClassName
{
color: #014E65;
}
</style>
background-color css
<style>
a { background-color: #014E65; }
a { background-color: rgb(1,78,101); }
div.DivClassName
{
background-color: #014E65;
}
.BgClassName
{
background-color: #014E65;
}
</style>
border-color css
<style>
span { border-color: #014E65; }
span { border-color: rgb(1,78,101); }
td.TdClassName
{
border-color: #014E65;
}
.TagClassName
{
border-color: #014E65;
}
</style>