Shades of Blue Lagoon #014C68
Tints of Blue Lagoon #014C68
RGB
CMYK
RGB Variations
Color information
#014C68 (or 0x014C68) is known color: Blue Lagoon. HEX triplet: 01, 4C and 68. RGB value is (1,76,104). Sum of RGB (Red+Green+Blue) = 1+76+104=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #014C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C68 is #FEB397. Grayscale: #383838. Windows color (decimal): -16692120 or 6835201. OLE color: 6835201.
HSL color Cylindrical-coordinate representation of color #014C68: hue angle of 196.31º 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 #014C68 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 76 | 104 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.59 |
| HSL | 196.31º | 0.98% | 0.21% | - |
| HSV(B) | 196.31º | 0.99% | 0.41% | - |
| XYZ | 5.1 | 6.17 | 14.02 | - |
| YUV | 56.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 104 | 0.99 | 0.27 | 0 | 0.59 | 196.31 | 0.98 | 0.21 |
| Hex | 1 | 4C | 68 | 63 | 1B | 0 | 3B | C4 | 62 | 15 |
| Octal | 1 | 114 | 150 | 143 | 33 | 0 | 73 | 304 | 142 | 25 |
| Binary | 1 | 1001100 | 1101000 | 1100011 | 11011 | 0 | 111011 | 11000100 | 1100010 | 10101 |
Color Harmonies of #014C68
Complementary color
Monochromatic Colors of #014C68
Black with #014C68
Text Example
Text Example
White with #014C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C68; }
p { color: rgb(1,76,104); }
H1.HeaderClassName
{
color: #014C68;
}
.AnyTagClassName
{
color: #014C68;
}
</style>
background-color css
<style>
a { background-color: #014C68; }
a { background-color: rgb(1,76,104); }
div.DivClassName
{
background-color: #014C68;
}
.BgClassName
{
background-color: #014C68;
}
</style>
border-color css
<style>
span { border-color: #014C68; }
span { border-color: rgb(1,76,104); }
td.TdClassName
{
border-color: #014C68;
}
.TagClassName
{
border-color: #014C68;
}
</style>