Shades of Blue Lagoon #014D67
Tints of Blue Lagoon #014D67
RGB
CMYK
RGB Variations
Color information
#014D67 (or 0x014D67) is known color: Blue Lagoon. HEX triplet: 01, 4D and 67. RGB value is (1,77,103). Sum of RGB (Red+Green+Blue) = 1+77+103=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #014D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D67 is #FEB298. Grayscale: #393939. Windows color (decimal): -16691865 or 6769921. OLE color: 6769921.
HSL color Cylindrical-coordinate representation of color #014D67: hue angle of 195.29º 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 #014D67 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 77 | 103 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.60 |
| HSL | 195.29º | 0.98% | 0.2% | - |
| HSV(B) | 195.29º | 0.99% | 0.4% | - |
| XYZ | 5.11 | 6.29 | 13.78 | - |
| YUV | 57.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 103 | 0.99 | 0.25 | 0 | 0.60 | 195.29 | 0.98 | 0.2 |
| Hex | 1 | 4D | 67 | 63 | 19 | 0 | 3C | C3 | 62 | 14 |
| Octal | 1 | 115 | 147 | 143 | 31 | 0 | 74 | 303 | 142 | 24 |
| Binary | 1 | 1001101 | 1100111 | 1100011 | 11001 | 0 | 111100 | 11000011 | 1100010 | 10100 |
Color Harmonies of #014D67
Complementary color
Monochromatic Colors of #014D67
Black with #014D67
Text Example
Text Example
White with #014D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D67; }
p { color: rgb(1,77,103); }
H1.HeaderClassName
{
color: #014D67;
}
.AnyTagClassName
{
color: #014D67;
}
</style>
background-color css
<style>
a { background-color: #014D67; }
a { background-color: rgb(1,77,103); }
div.DivClassName
{
background-color: #014D67;
}
.BgClassName
{
background-color: #014D67;
}
</style>
border-color css
<style>
span { border-color: #014D67; }
span { border-color: rgb(1,77,103); }
td.TdClassName
{
border-color: #014D67;
}
.TagClassName
{
border-color: #014D67;
}
</style>