Shades of Blue Lagoon #00678A
Tints of Blue Lagoon #00678A
RGB
CMYK
RGB Variations
Color information
#00678A (or 0x00678A) is known color: Blue Lagoon. HEX triplet: 00, 67 and 8A. RGB value is (0,103,138). Sum of RGB (Red+Green+Blue) = 0+103+138=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #00678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00678A is #FF9875. Grayscale: #4B4B4B. Windows color (decimal): -16750710 or 9070336. OLE color: 9070336.
HSL color Cylindrical-coordinate representation of color #00678A: hue angle of 195.22º 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 #00678A is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 103 | 138 | - |
| CMYK | 1 | 0.25 | 0 | 0.46 |
| HSL | 195.22º | 1% | 0.27% | - |
| HSV(B) | 195.22º | 1% | 0.54% | - |
| XYZ | 9.44 | 11.54 | 25.77 | - |
| YUV | 76.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 138 | 1 | 0.25 | 0 | 0.46 | 195.22 | 1 | 0.27 |
| Hex | 0 | 67 | 8A | 64 | 19 | 0 | 2E | C3 | 64 | 1B |
| Octal | 0 | 147 | 212 | 144 | 31 | 0 | 56 | 303 | 144 | 33 |
| Binary | 0 | 1100111 | 10001010 | 1100100 | 11001 | 0 | 101110 | 11000011 | 1100100 | 11011 |
Color Harmonies of #00678A
Complementary color
Monochromatic Colors of #00678A
Black with #00678A
Text Example
Text Example
White with #00678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00678A; }
p { color: rgb(0,103,138); }
H1.HeaderClassName
{
color: #00678A;
}
.AnyTagClassName
{
color: #00678A;
}
</style>
background-color css
<style>
a { background-color: #00678A; }
a { background-color: rgb(0,103,138); }
div.DivClassName
{
background-color: #00678A;
}
.BgClassName
{
background-color: #00678A;
}
</style>
border-color css
<style>
span { border-color: #00678A; }
span { border-color: rgb(0,103,138); }
td.TdClassName
{
border-color: #00678A;
}
.TagClassName
{
border-color: #00678A;
}
</style>