Shades of Blue Lagoon #014E6E
Tints of Blue Lagoon #014E6E
RGB
CMYK
RGB Variations
Color information
#014E6E (or 0x014E6E) is known color: Blue Lagoon. HEX triplet: 01, 4E and 6E. RGB value is (1,78,110). Sum of RGB (Red+Green+Blue) = 1+78+110=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #014E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E6E is #FEB191. Grayscale: #3A3A3A. Windows color (decimal): -16691602 or 7228929. OLE color: 7228929.
HSL color Cylindrical-coordinate representation of color #014E6E: hue angle of 197.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E6E is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 78 | 110 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.57 |
| HSL | 197.61º | 0.98% | 0.22% | - |
| HSV(B) | 197.61º | 0.99% | 0.43% | - |
| XYZ | 5.55 | 6.58 | 15.73 | - |
| YUV | 58.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 110 | 0.99 | 0.29 | 0 | 0.57 | 197.61 | 0.98 | 0.22 |
| Hex | 1 | 4E | 6E | 63 | 1D | 0 | 39 | C6 | 62 | 16 |
| Octal | 1 | 116 | 156 | 143 | 35 | 0 | 71 | 306 | 142 | 26 |
| Binary | 1 | 1001110 | 1101110 | 1100011 | 11101 | 0 | 111001 | 11000110 | 1100010 | 10110 |
Color Harmonies of #014E6E
Complementary color
Monochromatic Colors of #014E6E
Black with #014E6E
Text Example
Text Example
White with #014E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E6E; }
p { color: rgb(1,78,110); }
H1.HeaderClassName
{
color: #014E6E;
}
.AnyTagClassName
{
color: #014E6E;
}
</style>
background-color css
<style>
a { background-color: #014E6E; }
a { background-color: rgb(1,78,110); }
div.DivClassName
{
background-color: #014E6E;
}
.BgClassName
{
background-color: #014E6E;
}
</style>
border-color css
<style>
span { border-color: #014E6E; }
span { border-color: rgb(1,78,110); }
td.TdClassName
{
border-color: #014E6E;
}
.TagClassName
{
border-color: #014E6E;
}
</style>