Shades of Blue Lagoon #014C67
Tints of Blue Lagoon #014C67
RGB
CMYK
RGB Variations
Color information
#014C67 (or 0x014C67) is known color: Blue Lagoon. HEX triplet: 01, 4C and 67. RGB value is (1,76,103). Sum of RGB (Red+Green+Blue) = 1+76+103=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #014C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C67 is #FEB398. Grayscale: #383838. Windows color (decimal): -16692121 or 6769665. OLE color: 6769665.
HSL color Cylindrical-coordinate representation of color #014C67: hue angle of 195.88º 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 #014C67 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 76 | 103 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.60 |
| HSL | 195.88º | 0.98% | 0.2% | - |
| HSV(B) | 195.88º | 0.99% | 0.4% | - |
| XYZ | 5.05 | 6.15 | 13.75 | - |
| YUV | 56.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 103 | 0.99 | 0.26 | 0 | 0.60 | 195.88 | 0.98 | 0.2 |
| Hex | 1 | 4C | 67 | 63 | 1A | 0 | 3C | C4 | 62 | 14 |
| Octal | 1 | 114 | 147 | 143 | 32 | 0 | 74 | 304 | 142 | 24 |
| Binary | 1 | 1001100 | 1100111 | 1100011 | 11010 | 0 | 111100 | 11000100 | 1100010 | 10100 |
Color Harmonies of #014C67
Complementary color
Monochromatic Colors of #014C67
Black with #014C67
Text Example
Text Example
White with #014C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C67; }
p { color: rgb(1,76,103); }
H1.HeaderClassName
{
color: #014C67;
}
.AnyTagClassName
{
color: #014C67;
}
</style>
background-color css
<style>
a { background-color: #014C67; }
a { background-color: rgb(1,76,103); }
div.DivClassName
{
background-color: #014C67;
}
.BgClassName
{
background-color: #014C67;
}
</style>
border-color css
<style>
span { border-color: #014C67; }
span { border-color: rgb(1,76,103); }
td.TdClassName
{
border-color: #014C67;
}
.TagClassName
{
border-color: #014C67;
}
</style>