Shades of Blue Lagoon #02677B
Tints of Blue Lagoon #02677B
RGB
CMYK
RGB Variations
Color information
#02677B (or 0x02677B) is known color: Blue Lagoon. HEX triplet: 02, 67 and 7B. RGB value is (2,103,123). Sum of RGB (Red+Green+Blue) = 2+103+123=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #02677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02677B is #FD9884. Grayscale: #4A4A4A. Windows color (decimal): -16619653 or 8087298. OLE color: 8087298.
HSL color Cylindrical-coordinate representation of color #02677B: hue angle of 189.92º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02677B is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 103 | 123 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.52 |
| HSL | 189.92º | 0.97% | 0.25% | - |
| HSV(B) | 189.92º | 0.98% | 0.48% | - |
| XYZ | 8.45 | 11.14 | 20.44 | - |
| YUV | 75.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 123 | 0.98 | 0.16 | 0 | 0.52 | 189.92 | 0.97 | 0.25 |
| Hex | 2 | 67 | 7B | 62 | 10 | 0 | 34 | BE | 61 | 19 |
| Octal | 2 | 147 | 173 | 142 | 20 | 0 | 64 | 276 | 141 | 31 |
| Binary | 10 | 1100111 | 1111011 | 1100010 | 10000 | 0 | 110100 | 10111110 | 1100001 | 11001 |
Color Harmonies of #02677B
Complementary color
Monochromatic Colors of #02677B
Black with #02677B
Text Example
Text Example
White with #02677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02677B; }
p { color: rgb(2,103,123); }
H1.HeaderClassName
{
color: #02677B;
}
.AnyTagClassName
{
color: #02677B;
}
</style>
background-color css
<style>
a { background-color: #02677B; }
a { background-color: rgb(2,103,123); }
div.DivClassName
{
background-color: #02677B;
}
.BgClassName
{
background-color: #02677B;
}
</style>
border-color css
<style>
span { border-color: #02677B; }
span { border-color: rgb(2,103,123); }
td.TdClassName
{
border-color: #02677B;
}
.TagClassName
{
border-color: #02677B;
}
</style>