Shades of Blue Lagoon #02656B
Tints of Blue Lagoon #02656B
RGB
CMYK
RGB Variations
Color information
#02656B (or 0x02656B) is known color: Blue Lagoon. HEX triplet: 02, 65 and 6B. RGB value is (2,101,107). Sum of RGB (Red+Green+Blue) = 2+101+107=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #02656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02656B is #FD9A94. Grayscale: #474747. Windows color (decimal): -16620181 or 7038210. OLE color: 7038210.
HSL color Cylindrical-coordinate representation of color #02656B: hue angle of 183.43º 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 #02656B is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 101 | 107 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.58 |
| HSL | 183.43º | 0.96% | 0.21% | - |
| HSV(B) | 183.43º | 0.98% | 0.42% | - |
| XYZ | 7.33 | 10.38 | 15.53 | - |
| YUV | 72.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 107 | 0.98 | 0.06 | 0 | 0.58 | 183.43 | 0.96 | 0.21 |
| Hex | 2 | 65 | 6B | 62 | 6 | 0 | 3A | B7 | 60 | 15 |
| Octal | 2 | 145 | 153 | 142 | 6 | 0 | 72 | 267 | 140 | 25 |
| Binary | 10 | 1100101 | 1101011 | 1100010 | 110 | 0 | 111010 | 10110111 | 1100000 | 10101 |
Color Harmonies of #02656B
Complementary color
Monochromatic Colors of #02656B
Black with #02656B
Text Example
Text Example
White with #02656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02656B; }
p { color: rgb(2,101,107); }
H1.HeaderClassName
{
color: #02656B;
}
.AnyTagClassName
{
color: #02656B;
}
</style>
background-color css
<style>
a { background-color: #02656B; }
a { background-color: rgb(2,101,107); }
div.DivClassName
{
background-color: #02656B;
}
.BgClassName
{
background-color: #02656B;
}
</style>
border-color css
<style>
span { border-color: #02656B; }
span { border-color: rgb(2,101,107); }
td.TdClassName
{
border-color: #02656B;
}
.TagClassName
{
border-color: #02656B;
}
</style>