Shades of Blue Lagoon #065A72
Tints of Blue Lagoon #065A72
RGB
CMYK
RGB Variations
Color information
#065A72 (or 0x065A72) is known color: Blue Lagoon. HEX triplet: 06, 5A and 72. RGB value is (6,90,114). Sum of RGB (Red+Green+Blue) = 6+90+114=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #065A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A72 is #F9A58D. Grayscale: #434343. Windows color (decimal): -16360846 or 7494150. OLE color: 7494150.
HSL color Cylindrical-coordinate representation of color #065A72: hue angle of 193.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065A72 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 90 | 114 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.55 |
| HSL | 193.33º | 0.9% | 0.24% | - |
| HSV(B) | 193.33º | 0.95% | 0.45% | - |
| XYZ | 6.77 | 8.57 | 17.22 | - |
| YUV | 67.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 114 | 0.95 | 0.21 | 0 | 0.55 | 193.33 | 0.9 | 0.24 |
| Hex | 6 | 5A | 72 | 5F | 15 | 0 | 37 | C1 | 5A | 18 |
| Octal | 6 | 132 | 162 | 137 | 25 | 0 | 67 | 301 | 132 | 30 |
| Binary | 110 | 1011010 | 1110010 | 1011111 | 10101 | 0 | 110111 | 11000001 | 1011010 | 11000 |
Color Harmonies of #065A72
Complementary color
Monochromatic Colors of #065A72
Black with #065A72
Text Example
Text Example
White with #065A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A72; }
p { color: rgb(6,90,114); }
H1.HeaderClassName
{
color: #065A72;
}
.AnyTagClassName
{
color: #065A72;
}
</style>
background-color css
<style>
a { background-color: #065A72; }
a { background-color: rgb(6,90,114); }
div.DivClassName
{
background-color: #065A72;
}
.BgClassName
{
background-color: #065A72;
}
</style>
border-color css
<style>
span { border-color: #065A72; }
span { border-color: rgb(6,90,114); }
td.TdClassName
{
border-color: #065A72;
}
.TagClassName
{
border-color: #065A72;
}
</style>