Shades of Blue Lagoon #004C67
Tints of Blue Lagoon #004C67
RGB
CMYK
RGB Variations
Color information
#004C67 (or 0x004C67) is known color: Blue Lagoon. HEX triplet: 00, 4C and 67. RGB value is (0,76,103). Sum of RGB (Red+Green+Blue) = 0+76+103=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #004C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C67 is #FFB398. Grayscale: #383838. Windows color (decimal): -16757657 or 6769664. OLE color: 6769664.
HSL color Cylindrical-coordinate representation of color #004C67: hue angle of 195.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C67 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 76 | 103 | - |
| CMYK | 1 | 0.26 | 0 | 0.60 |
| HSL | 195.73º | 1% | 0.2% | - |
| HSV(B) | 195.73º | 1% | 0.4% | - |
| XYZ | 5.03 | 6.15 | 13.75 | - |
| YUV | 56.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 103 | 1 | 0.26 | 0 | 0.60 | 195.73 | 1 | 0.2 |
| Hex | 0 | 4C | 67 | 64 | 1A | 0 | 3C | C4 | 64 | 14 |
| Octal | 0 | 114 | 147 | 144 | 32 | 0 | 74 | 304 | 144 | 24 |
| Binary | 0 | 1001100 | 1100111 | 1100100 | 11010 | 0 | 111100 | 11000100 | 1100100 | 10100 |
Color Harmonies of #004C67
Complementary color
Monochromatic Colors of #004C67
Black with #004C67
Text Example
Text Example
White with #004C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C67; }
p { color: rgb(0,76,103); }
H1.HeaderClassName
{
color: #004C67;
}
.AnyTagClassName
{
color: #004C67;
}
</style>
background-color css
<style>
a { background-color: #004C67; }
a { background-color: rgb(0,76,103); }
div.DivClassName
{
background-color: #004C67;
}
.BgClassName
{
background-color: #004C67;
}
</style>
border-color css
<style>
span { border-color: #004C67; }
span { border-color: rgb(0,76,103); }
td.TdClassName
{
border-color: #004C67;
}
.TagClassName
{
border-color: #004C67;
}
</style>