Shades of Blue Lagoon #065E7B
Tints of Blue Lagoon #065E7B
RGB
CMYK
RGB Variations
Color information
#065E7B (or 0x065E7B) is known color: Blue Lagoon. HEX triplet: 06, 5E and 7B. RGB value is (6,94,123). Sum of RGB (Red+Green+Blue) = 6+94+123=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #065E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E7B is #F9A184. Grayscale: #464646. Windows color (decimal): -16359813 or 8084998. OLE color: 8084998.
HSL color Cylindrical-coordinate representation of color #065E7B: hue angle of 194.87º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E7B is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 94 | 123 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.52 |
| HSL | 194.87º | 0.91% | 0.25% | - |
| HSV(B) | 194.87º | 0.95% | 0.48% | - |
| XYZ | 7.65 | 9.47 | 20.16 | - |
| YUV | 70.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 123 | 0.95 | 0.24 | 0 | 0.52 | 194.87 | 0.91 | 0.25 |
| Hex | 6 | 5E | 7B | 5F | 18 | 0 | 34 | C3 | 5B | 19 |
| Octal | 6 | 136 | 173 | 137 | 30 | 0 | 64 | 303 | 133 | 31 |
| Binary | 110 | 1011110 | 1111011 | 1011111 | 11000 | 0 | 110100 | 11000011 | 1011011 | 11001 |
Color Harmonies of #065E7B
Complementary color
Monochromatic Colors of #065E7B
Black with #065E7B
Text Example
Text Example
White with #065E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E7B; }
p { color: rgb(6,94,123); }
H1.HeaderClassName
{
color: #065E7B;
}
.AnyTagClassName
{
color: #065E7B;
}
</style>
background-color css
<style>
a { background-color: #065E7B; }
a { background-color: rgb(6,94,123); }
div.DivClassName
{
background-color: #065E7B;
}
.BgClassName
{
background-color: #065E7B;
}
</style>
border-color css
<style>
span { border-color: #065E7B; }
span { border-color: rgb(6,94,123); }
td.TdClassName
{
border-color: #065E7B;
}
.TagClassName
{
border-color: #065E7B;
}
</style>