Shades of Blue Lagoon #014F65
Tints of Blue Lagoon #014F65
RGB
CMYK
RGB Variations
Color information
#014F65 (or 0x014F65) is known color: Blue Lagoon. HEX triplet: 01, 4F and 65. RGB value is (1,79,101). Sum of RGB (Red+Green+Blue) = 1+79+101=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #014F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F65 is #FEB09A. Grayscale: #3A3A3A. Windows color (decimal): -16691355 or 6639361. OLE color: 6639361.
HSL color Cylindrical-coordinate representation of color #014F65: hue angle of 193.2º 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 #014F65 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 79 | 101 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.60 |
| HSL | 193.2º | 0.98% | 0.2% | - |
| HSV(B) | 193.2º | 0.99% | 0.4% | - |
| XYZ | 5.16 | 6.54 | 13.3 | - |
| YUV | 58.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 101 | 0.99 | 0.22 | 0 | 0.60 | 193.2 | 0.98 | 0.2 |
| Hex | 1 | 4F | 65 | 63 | 16 | 0 | 3C | C1 | 62 | 14 |
| Octal | 1 | 117 | 145 | 143 | 26 | 0 | 74 | 301 | 142 | 24 |
| Binary | 1 | 1001111 | 1100101 | 1100011 | 10110 | 0 | 111100 | 11000001 | 1100010 | 10100 |
Color Harmonies of #014F65
Complementary color
Monochromatic Colors of #014F65
Black with #014F65
Text Example
Text Example
White with #014F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F65; }
p { color: rgb(1,79,101); }
H1.HeaderClassName
{
color: #014F65;
}
.AnyTagClassName
{
color: #014F65;
}
</style>
background-color css
<style>
a { background-color: #014F65; }
a { background-color: rgb(1,79,101); }
div.DivClassName
{
background-color: #014F65;
}
.BgClassName
{
background-color: #014F65;
}
</style>
border-color css
<style>
span { border-color: #014F65; }
span { border-color: rgb(1,79,101); }
td.TdClassName
{
border-color: #014F65;
}
.TagClassName
{
border-color: #014F65;
}
</style>