Shades of Blue Lagoon #065F7D
Tints of Blue Lagoon #065F7D
RGB
CMYK
RGB Variations
Color information
#065F7D (or 0x065F7D) is known color: Blue Lagoon. HEX triplet: 06, 5F and 7D. RGB value is (6,95,125). Sum of RGB (Red+Green+Blue) = 6+95+125=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #065F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F7D is #F9A082. Grayscale: #474747. Windows color (decimal): -16359555 or 8216326. OLE color: 8216326.
HSL color Cylindrical-coordinate representation of color #065F7D: hue angle of 195.13º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065F7D is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 95 | 125 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.51 |
| HSL | 195.13º | 0.91% | 0.26% | - |
| HSV(B) | 195.13º | 0.95% | 0.49% | - |
| XYZ | 7.87 | 9.7 | 20.86 | - |
| YUV | 71.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 125 | 0.95 | 0.24 | 0 | 0.51 | 195.13 | 0.91 | 0.26 |
| Hex | 6 | 5F | 7D | 5F | 18 | 0 | 33 | C3 | 5B | 1A |
| Octal | 6 | 137 | 175 | 137 | 30 | 0 | 63 | 303 | 133 | 32 |
| Binary | 110 | 1011111 | 1111101 | 1011111 | 11000 | 0 | 110011 | 11000011 | 1011011 | 11010 |
Color Harmonies of #065F7D
Complementary color
Monochromatic Colors of #065F7D
Black with #065F7D
Text Example
Text Example
White with #065F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F7D; }
p { color: rgb(6,95,125); }
H1.HeaderClassName
{
color: #065F7D;
}
.AnyTagClassName
{
color: #065F7D;
}
</style>
background-color css
<style>
a { background-color: #065F7D; }
a { background-color: rgb(6,95,125); }
div.DivClassName
{
background-color: #065F7D;
}
.BgClassName
{
background-color: #065F7D;
}
</style>
border-color css
<style>
span { border-color: #065F7D; }
span { border-color: rgb(6,95,125); }
td.TdClassName
{
border-color: #065F7D;
}
.TagClassName
{
border-color: #065F7D;
}
</style>