Shades of Blue Lagoon #005068
Tints of Blue Lagoon #005068
RGB
CMYK
RGB Variations
Color information
#005068 (or 0x005068) is known color: Blue Lagoon. HEX triplet: 00, 50 and 68. RGB value is (0,80,104). Sum of RGB (Red+Green+Blue) = 0+80+104=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #005068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005068 is #FFAF97. Grayscale: #3A3A3A. Windows color (decimal): -16756632 or 6836224. OLE color: 6836224.
HSL color Cylindrical-coordinate representation of color #005068: hue angle of 193.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005068 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 80 | 104 | - |
| CMYK | 1 | 0.23 | 0 | 0.59 |
| HSL | 193.85º | 1% | 0.2% | - |
| HSV(B) | 193.85º | 1% | 0.41% | - |
| XYZ | 5.37 | 6.74 | 14.11 | - |
| YUV | 58.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 104 | 1 | 0.23 | 0 | 0.59 | 193.85 | 1 | 0.2 |
| Hex | 0 | 50 | 68 | 64 | 17 | 0 | 3B | C2 | 64 | 14 |
| Octal | 0 | 120 | 150 | 144 | 27 | 0 | 73 | 302 | 144 | 24 |
| Binary | 0 | 1010000 | 1101000 | 1100100 | 10111 | 0 | 111011 | 11000010 | 1100100 | 10100 |
Color Harmonies of #005068
Complementary color
Monochromatic Colors of #005068
Black with #005068
Text Example
Text Example
White with #005068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005068; }
p { color: rgb(0,80,104); }
H1.HeaderClassName
{
color: #005068;
}
.AnyTagClassName
{
color: #005068;
}
</style>
background-color css
<style>
a { background-color: #005068; }
a { background-color: rgb(0,80,104); }
div.DivClassName
{
background-color: #005068;
}
.BgClassName
{
background-color: #005068;
}
</style>
border-color css
<style>
span { border-color: #005068; }
span { border-color: rgb(0,80,104); }
td.TdClassName
{
border-color: #005068;
}
.TagClassName
{
border-color: #005068;
}
</style>