Shades of Blue Lagoon #014F6C
Tints of Blue Lagoon #014F6C
RGB
CMYK
RGB Variations
Color information
#014F6C (or 0x014F6C) is known color: Blue Lagoon. HEX triplet: 01, 4F and 6C. RGB value is (1,79,108). Sum of RGB (Red+Green+Blue) = 1+79+108=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #014F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F6C is #FEB093. Grayscale: #3A3A3A. Windows color (decimal): -16691348 or 7098113. OLE color: 7098113.
HSL color Cylindrical-coordinate representation of color #014F6C: hue angle of 196.26º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F6C is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 79 | 108 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.58 |
| HSL | 196.26º | 0.98% | 0.21% | - |
| HSV(B) | 196.26º | 0.99% | 0.42% | - |
| XYZ | 5.52 | 6.68 | 15.19 | - |
| YUV | 58.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 108 | 0.99 | 0.27 | 0 | 0.58 | 196.26 | 0.98 | 0.21 |
| Hex | 1 | 4F | 6C | 63 | 1B | 0 | 3A | C4 | 62 | 15 |
| Octal | 1 | 117 | 154 | 143 | 33 | 0 | 72 | 304 | 142 | 25 |
| Binary | 1 | 1001111 | 1101100 | 1100011 | 11011 | 0 | 111010 | 11000100 | 1100010 | 10101 |
Color Harmonies of #014F6C
Complementary color
Monochromatic Colors of #014F6C
Black with #014F6C
Text Example
Text Example
White with #014F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F6C; }
p { color: rgb(1,79,108); }
H1.HeaderClassName
{
color: #014F6C;
}
.AnyTagClassName
{
color: #014F6C;
}
</style>
background-color css
<style>
a { background-color: #014F6C; }
a { background-color: rgb(1,79,108); }
div.DivClassName
{
background-color: #014F6C;
}
.BgClassName
{
background-color: #014F6C;
}
</style>
border-color css
<style>
span { border-color: #014F6C; }
span { border-color: rgb(1,79,108); }
td.TdClassName
{
border-color: #014F6C;
}
.TagClassName
{
border-color: #014F6C;
}
</style>