Shades of Blue Lagoon #006589
Tints of Blue Lagoon #006589
RGB
CMYK
RGB Variations
Color information
#006589 (or 0x006589) is known color: Blue Lagoon. HEX triplet: 00, 65 and 89. RGB value is (0,101,137). Sum of RGB (Red+Green+Blue) = 0+101+137=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #006589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006589 is #FF9A76. Grayscale: #4A4A4A. Windows color (decimal): -16751223 or 9004288. OLE color: 9004288.
HSL color Cylindrical-coordinate representation of color #006589: hue angle of 195.77º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006589 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 101 | 137 | - |
| CMYK | 1 | 0.26 | 0 | 0.46 |
| HSL | 195.77º | 1% | 0.27% | - |
| HSV(B) | 195.77º | 1% | 0.54% | - |
| XYZ | 9.17 | 11.11 | 25.33 | - |
| YUV | 74.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 137 | 1 | 0.26 | 0 | 0.46 | 195.77 | 1 | 0.27 |
| Hex | 0 | 65 | 89 | 64 | 1A | 0 | 2E | C4 | 64 | 1B |
| Octal | 0 | 145 | 211 | 144 | 32 | 0 | 56 | 304 | 144 | 33 |
| Binary | 0 | 1100101 | 10001001 | 1100100 | 11010 | 0 | 101110 | 11000100 | 1100100 | 11011 |
Color Harmonies of #006589
Complementary color
Monochromatic Colors of #006589
Black with #006589
Text Example
Text Example
White with #006589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006589; }
p { color: rgb(0,101,137); }
H1.HeaderClassName
{
color: #006589;
}
.AnyTagClassName
{
color: #006589;
}
</style>
background-color css
<style>
a { background-color: #006589; }
a { background-color: rgb(0,101,137); }
div.DivClassName
{
background-color: #006589;
}
.BgClassName
{
background-color: #006589;
}
</style>
border-color css
<style>
span { border-color: #006589; }
span { border-color: rgb(0,101,137); }
td.TdClassName
{
border-color: #006589;
}
.TagClassName
{
border-color: #006589;
}
</style>