Shades of Blue Lagoon #02666B
Tints of Blue Lagoon #02666B
RGB
CMYK
RGB Variations
Color information
#02666B (or 0x02666B) is known color: Blue Lagoon. HEX triplet: 02, 66 and 6B. RGB value is (2,102,107). Sum of RGB (Red+Green+Blue) = 2+102+107=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #02666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02666B is #FD9994. Grayscale: #484848. Windows color (decimal): -16619925 or 7038466. OLE color: 7038466.
HSL color Cylindrical-coordinate representation of color #02666B: hue angle of 182.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02666B is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 102 | 107 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.58 |
| HSL | 182.86º | 0.96% | 0.21% | - |
| HSV(B) | 182.86º | 0.98% | 0.42% | - |
| XYZ | 7.43 | 10.58 | 15.56 | - |
| YUV | 72.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 107 | 0.98 | 0.05 | 0 | 0.58 | 182.86 | 0.96 | 0.21 |
| Hex | 2 | 66 | 6B | 62 | 5 | 0 | 3A | B7 | 60 | 15 |
| Octal | 2 | 146 | 153 | 142 | 5 | 0 | 72 | 267 | 140 | 25 |
| Binary | 10 | 1100110 | 1101011 | 1100010 | 101 | 0 | 111010 | 10110111 | 1100000 | 10101 |
Color Harmonies of #02666B
Complementary color
Monochromatic Colors of #02666B
Black with #02666B
Text Example
Text Example
White with #02666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02666B; }
p { color: rgb(2,102,107); }
H1.HeaderClassName
{
color: #02666B;
}
.AnyTagClassName
{
color: #02666B;
}
</style>
background-color css
<style>
a { background-color: #02666B; }
a { background-color: rgb(2,102,107); }
div.DivClassName
{
background-color: #02666B;
}
.BgClassName
{
background-color: #02666B;
}
</style>
border-color css
<style>
span { border-color: #02666B; }
span { border-color: rgb(2,102,107); }
td.TdClassName
{
border-color: #02666B;
}
.TagClassName
{
border-color: #02666B;
}
</style>