Shades of Blue Lagoon #065D85
Tints of Blue Lagoon #065D85
RGB
CMYK
RGB Variations
Color information
#065D85 (or 0x065D85) is known color: Blue Lagoon. HEX triplet: 06, 5D and 85. RGB value is (6,93,133). Sum of RGB (Red+Green+Blue) = 6+93+133=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #065D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D85 is #F9A27A. Grayscale: #474747. Windows color (decimal): -16360059 or 8740102. OLE color: 8740102.
HSL color Cylindrical-coordinate representation of color #065D85: hue angle of 198.9º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065D85 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 93 | 133 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.48 |
| HSL | 198.9º | 0.91% | 0.27% | - |
| HSV(B) | 198.9º | 0.95% | 0.52% | - |
| XYZ | 8.22 | 9.56 | 23.6 | - |
| YUV | 71.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 133 | 0.95 | 0.30 | 0 | 0.48 | 198.9 | 0.91 | 0.27 |
| Hex | 6 | 5D | 85 | 5F | 1E | 0 | 30 | C7 | 5B | 1B |
| Octal | 6 | 135 | 205 | 137 | 36 | 0 | 60 | 307 | 133 | 33 |
| Binary | 110 | 1011101 | 10000101 | 1011111 | 11110 | 0 | 110000 | 11000111 | 1011011 | 11011 |
Color Harmonies of #065D85
Complementary color
Monochromatic Colors of #065D85
Black with #065D85
Text Example
Text Example
White with #065D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D85; }
p { color: rgb(6,93,133); }
H1.HeaderClassName
{
color: #065D85;
}
.AnyTagClassName
{
color: #065D85;
}
</style>
background-color css
<style>
a { background-color: #065D85; }
a { background-color: rgb(6,93,133); }
div.DivClassName
{
background-color: #065D85;
}
.BgClassName
{
background-color: #065D85;
}
</style>
border-color css
<style>
span { border-color: #065D85; }
span { border-color: rgb(6,93,133); }
td.TdClassName
{
border-color: #065D85;
}
.TagClassName
{
border-color: #065D85;
}
</style>