Shades of Blue Lagoon #006386
Tints of Blue Lagoon #006386
RGB
CMYK
RGB Variations
Color information
#006386 (or 0x006386) is known color: Blue Lagoon. HEX triplet: 00, 63 and 86. RGB value is (0,99,134). Sum of RGB (Red+Green+Blue) = 0+99+134=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #006386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006386 is #FF9C79. Grayscale: #494949. Windows color (decimal): -16751738 or 8807168. OLE color: 8807168.
HSL color Cylindrical-coordinate representation of color #006386: hue angle of 195.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006386 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 99 | 134 | - |
| CMYK | 1 | 0.26 | 0 | 0.47 |
| HSL | 195.67º | 1% | 0.26% | - |
| HSV(B) | 195.67º | 1% | 0.53% | - |
| XYZ | 8.76 | 10.64 | 24.15 | - |
| YUV | 73.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 134 | 1 | 0.26 | 0 | 0.47 | 195.67 | 1 | 0.26 |
| Hex | 0 | 63 | 86 | 64 | 1A | 0 | 2F | C4 | 64 | 1A |
| Octal | 0 | 143 | 206 | 144 | 32 | 0 | 57 | 304 | 144 | 32 |
| Binary | 0 | 1100011 | 10000110 | 1100100 | 11010 | 0 | 101111 | 11000100 | 1100100 | 11010 |
Color Harmonies of #006386
Complementary color
Monochromatic Colors of #006386
Black with #006386
Text Example
Text Example
White with #006386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006386; }
p { color: rgb(0,99,134); }
H1.HeaderClassName
{
color: #006386;
}
.AnyTagClassName
{
color: #006386;
}
</style>
background-color css
<style>
a { background-color: #006386; }
a { background-color: rgb(0,99,134); }
div.DivClassName
{
background-color: #006386;
}
.BgClassName
{
background-color: #006386;
}
</style>
border-color css
<style>
span { border-color: #006386; }
span { border-color: rgb(0,99,134); }
td.TdClassName
{
border-color: #006386;
}
.TagClassName
{
border-color: #006386;
}
</style>