Shades of Blue Lagoon #00678B
Tints of Blue Lagoon #00678B
RGB
CMYK
RGB Variations
Color information
#00678B (or 0x00678B) is known color: Blue Lagoon. HEX triplet: 00, 67 and 8B. RGB value is (0,103,139). Sum of RGB (Red+Green+Blue) = 0+103+139=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #00678B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00678B is #FF9874. Grayscale: #4C4C4C. Windows color (decimal): -16750709 or 9135872. OLE color: 9135872.
HSL color Cylindrical-coordinate representation of color #00678B: hue angle of 195.54º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00678B is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 103 | 139 | - |
| CMYK | 1 | 0.26 | 0 | 0.45 |
| HSL | 195.54º | 1% | 0.27% | - |
| HSV(B) | 195.54º | 1% | 0.55% | - |
| XYZ | 9.51 | 11.56 | 26.16 | - |
| YUV | 76.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 139 | 1 | 0.26 | 0 | 0.45 | 195.54 | 1 | 0.27 |
| Hex | 0 | 67 | 8B | 64 | 1A | 0 | 2D | C4 | 64 | 1B |
| Octal | 0 | 147 | 213 | 144 | 32 | 0 | 55 | 304 | 144 | 33 |
| Binary | 0 | 1100111 | 10001011 | 1100100 | 11010 | 0 | 101101 | 11000100 | 1100100 | 11011 |
Color Harmonies of #00678B
Complementary color
Monochromatic Colors of #00678B
Black with #00678B
Text Example
Text Example
White with #00678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00678B; }
p { color: rgb(0,103,139); }
H1.HeaderClassName
{
color: #00678B;
}
.AnyTagClassName
{
color: #00678B;
}
</style>
background-color css
<style>
a { background-color: #00678B; }
a { background-color: rgb(0,103,139); }
div.DivClassName
{
background-color: #00678B;
}
.BgClassName
{
background-color: #00678B;
}
</style>
border-color css
<style>
span { border-color: #00678B; }
span { border-color: rgb(0,103,139); }
td.TdClassName
{
border-color: #00678B;
}
.TagClassName
{
border-color: #00678B;
}
</style>