Shades of Blue Lagoon #065E80
Tints of Blue Lagoon #065E80
RGB
CMYK
RGB Variations
Color information
#065E80 (or 0x065E80) is known color: Blue Lagoon. HEX triplet: 06, 5E and 80. RGB value is (6,94,128). Sum of RGB (Red+Green+Blue) = 6+94+128=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #065E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E80 is #F9A17F. Grayscale: #474747. Windows color (decimal): -16359808 or 8412678. OLE color: 8412678.
HSL color Cylindrical-coordinate representation of color #065E80: hue angle of 196.72º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E80 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 94 | 128 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.50 |
| HSL | 196.72º | 0.91% | 0.26% | - |
| HSV(B) | 196.72º | 0.95% | 0.5% | - |
| XYZ | 7.97 | 9.6 | 21.86 | - |
| YUV | 71.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 128 | 0.95 | 0.27 | 0 | 0.50 | 196.72 | 0.91 | 0.26 |
| Hex | 6 | 5E | 80 | 5F | 1B | 0 | 32 | C5 | 5B | 1A |
| Octal | 6 | 136 | 200 | 137 | 33 | 0 | 62 | 305 | 133 | 32 |
| Binary | 110 | 1011110 | 10000000 | 1011111 | 11011 | 0 | 110010 | 11000101 | 1011011 | 11010 |
Color Harmonies of #065E80
Complementary color
Monochromatic Colors of #065E80
Black with #065E80
Text Example
Text Example
White with #065E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E80; }
p { color: rgb(6,94,128); }
H1.HeaderClassName
{
color: #065E80;
}
.AnyTagClassName
{
color: #065E80;
}
</style>
background-color css
<style>
a { background-color: #065E80; }
a { background-color: rgb(6,94,128); }
div.DivClassName
{
background-color: #065E80;
}
.BgClassName
{
background-color: #065E80;
}
</style>
border-color css
<style>
span { border-color: #065E80; }
span { border-color: rgb(6,94,128); }
td.TdClassName
{
border-color: #065E80;
}
.TagClassName
{
border-color: #065E80;
}
</style>