Shades of Blue Lagoon #005066
Tints of Blue Lagoon #005066
RGB
CMYK
RGB Variations
Color information
#005066 (or 0x005066) is known color: Blue Lagoon. HEX triplet: 00, 50 and 66. RGB value is (0,80,102). Sum of RGB (Red+Green+Blue) = 0+80+102=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #005066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005066 is #FFAF99. Grayscale: #3A3A3A. Windows color (decimal): -16756634 or 6705152. OLE color: 6705152.
HSL color Cylindrical-coordinate representation of color #005066: hue angle of 192.94º 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 #005066 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 80 | 102 | - |
| CMYK | 1 | 0.22 | 0 | 0.6 |
| HSL | 192.94º | 1% | 0.2% | - |
| HSV(B) | 192.94º | 1% | 0.4% | - |
| XYZ | 5.27 | 6.7 | 13.59 | - |
| YUV | 58.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 102 | 1 | 0.22 | 0 | 0.6 | 192.94 | 1 | 0.2 |
| Hex | 0 | 50 | 66 | 64 | 16 | 0 | 3C | C1 | 64 | 14 |
| Octal | 0 | 120 | 146 | 144 | 26 | 0 | 74 | 301 | 144 | 24 |
| Binary | 0 | 1010000 | 1100110 | 1100100 | 10110 | 0 | 111100 | 11000001 | 1100100 | 10100 |
Color Harmonies of #005066
Complementary color
Monochromatic Colors of #005066
Black with #005066
Text Example
Text Example
White with #005066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005066; }
p { color: rgb(0,80,102); }
H1.HeaderClassName
{
color: #005066;
}
.AnyTagClassName
{
color: #005066;
}
</style>
background-color css
<style>
a { background-color: #005066; }
a { background-color: rgb(0,80,102); }
div.DivClassName
{
background-color: #005066;
}
.BgClassName
{
background-color: #005066;
}
</style>
border-color css
<style>
span { border-color: #005066; }
span { border-color: rgb(0,80,102); }
td.TdClassName
{
border-color: #005066;
}
.TagClassName
{
border-color: #005066;
}
</style>