Shades of Blue Lagoon #014F68
Tints of Blue Lagoon #014F68
RGB
CMYK
RGB Variations
Color information
#014F68 (or 0x014F68) is known color: Blue Lagoon. HEX triplet: 01, 4F and 68. RGB value is (1,79,104). Sum of RGB (Red+Green+Blue) = 1+79+104=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #014F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F68 is #FEB097. Grayscale: #3A3A3A. Windows color (decimal): -16691352 or 6835969. OLE color: 6835969.
HSL color Cylindrical-coordinate representation of color #014F68: hue angle of 194.56º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F68 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 79 | 104 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.59 |
| HSL | 194.56º | 0.98% | 0.21% | - |
| HSV(B) | 194.56º | 0.99% | 0.41% | - |
| XYZ | 5.31 | 6.6 | 14.09 | - |
| YUV | 58.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 104 | 0.99 | 0.24 | 0 | 0.59 | 194.56 | 0.98 | 0.21 |
| Hex | 1 | 4F | 68 | 63 | 18 | 0 | 3B | C3 | 62 | 15 |
| Octal | 1 | 117 | 150 | 143 | 30 | 0 | 73 | 303 | 142 | 25 |
| Binary | 1 | 1001111 | 1101000 | 1100011 | 11000 | 0 | 111011 | 11000011 | 1100010 | 10101 |
Color Harmonies of #014F68
Complementary color
Monochromatic Colors of #014F68
Black with #014F68
Text Example
Text Example
White with #014F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F68; }
p { color: rgb(1,79,104); }
H1.HeaderClassName
{
color: #014F68;
}
.AnyTagClassName
{
color: #014F68;
}
</style>
background-color css
<style>
a { background-color: #014F68; }
a { background-color: rgb(1,79,104); }
div.DivClassName
{
background-color: #014F68;
}
.BgClassName
{
background-color: #014F68;
}
</style>
border-color css
<style>
span { border-color: #014F68; }
span { border-color: rgb(1,79,104); }
td.TdClassName
{
border-color: #014F68;
}
.TagClassName
{
border-color: #014F68;
}
</style>