Shades of Blue Lagoon #014B68
Tints of Blue Lagoon #014B68
RGB
CMYK
RGB Variations
Color information
#014B68 (or 0x014B68) is known color: Blue Lagoon. HEX triplet: 01, 4B and 68. RGB value is (1,75,104). Sum of RGB (Red+Green+Blue) = 1+75+104=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #014B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B68 is #FEB497. Grayscale: #373737. Windows color (decimal): -16692376 or 6834945. OLE color: 6834945.
HSL color Cylindrical-coordinate representation of color #014B68: hue angle of 196.89º 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 #014B68 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 75 | 104 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.59 |
| HSL | 196.89º | 0.98% | 0.21% | - |
| HSV(B) | 196.89º | 0.99% | 0.41% | - |
| XYZ | 5.03 | 6.04 | 14 | - |
| YUV | 56.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 104 | 0.99 | 0.28 | 0 | 0.59 | 196.89 | 0.98 | 0.21 |
| Hex | 1 | 4B | 68 | 63 | 1C | 0 | 3B | C5 | 62 | 15 |
| Octal | 1 | 113 | 150 | 143 | 34 | 0 | 73 | 305 | 142 | 25 |
| Binary | 1 | 1001011 | 1101000 | 1100011 | 11100 | 0 | 111011 | 11000101 | 1100010 | 10101 |
Color Harmonies of #014B68
Complementary color
Monochromatic Colors of #014B68
Black with #014B68
Text Example
Text Example
White with #014B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B68; }
p { color: rgb(1,75,104); }
H1.HeaderClassName
{
color: #014B68;
}
.AnyTagClassName
{
color: #014B68;
}
</style>
background-color css
<style>
a { background-color: #014B68; }
a { background-color: rgb(1,75,104); }
div.DivClassName
{
background-color: #014B68;
}
.BgClassName
{
background-color: #014B68;
}
</style>
border-color css
<style>
span { border-color: #014B68; }
span { border-color: rgb(1,75,104); }
td.TdClassName
{
border-color: #014B68;
}
.TagClassName
{
border-color: #014B68;
}
</style>