Shades of Blue Lagoon #005069
Tints of Blue Lagoon #005069
RGB
CMYK
RGB Variations
Color information
#005069 (or 0x005069) is known color: Blue Lagoon. HEX triplet: 00, 50 and 69. RGB value is (0,80,105). Sum of RGB (Red+Green+Blue) = 0+80+105=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #005069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005069 is #FFAF96. Grayscale: #3A3A3A. Windows color (decimal): -16756631 or 6901760. OLE color: 6901760.
HSL color Cylindrical-coordinate representation of color #005069: hue angle of 194.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005069 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 80 | 105 | - |
| CMYK | 1 | 0.24 | 0 | 0.59 |
| HSL | 194.29º | 1% | 0.21% | - |
| HSV(B) | 194.29º | 1% | 0.41% | - |
| XYZ | 5.42 | 6.76 | 14.38 | - |
| YUV | 58.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 105 | 1 | 0.24 | 0 | 0.59 | 194.29 | 1 | 0.21 |
| Hex | 0 | 50 | 69 | 64 | 18 | 0 | 3B | C2 | 64 | 15 |
| Octal | 0 | 120 | 151 | 144 | 30 | 0 | 73 | 302 | 144 | 25 |
| Binary | 0 | 1010000 | 1101001 | 1100100 | 11000 | 0 | 111011 | 11000010 | 1100100 | 10101 |
Color Harmonies of #005069
Complementary color
Monochromatic Colors of #005069
Black with #005069
Text Example
Text Example
White with #005069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005069; }
p { color: rgb(0,80,105); }
H1.HeaderClassName
{
color: #005069;
}
.AnyTagClassName
{
color: #005069;
}
</style>
background-color css
<style>
a { background-color: #005069; }
a { background-color: rgb(0,80,105); }
div.DivClassName
{
background-color: #005069;
}
.BgClassName
{
background-color: #005069;
}
</style>
border-color css
<style>
span { border-color: #005069; }
span { border-color: rgb(0,80,105); }
td.TdClassName
{
border-color: #005069;
}
.TagClassName
{
border-color: #005069;
}
</style>