Shades of Blue Lagoon #02616B
Tints of Blue Lagoon #02616B
RGB
CMYK
RGB Variations
Color information
#02616B (or 0x02616B) is known color: Blue Lagoon. HEX triplet: 02, 61 and 6B. RGB value is (2,97,107). Sum of RGB (Red+Green+Blue) = 2+97+107=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #02616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02616B is #FD9E94. Grayscale: #454545. Windows color (decimal): -16621205 or 7037186. OLE color: 7037186.
HSL color Cylindrical-coordinate representation of color #02616B: hue angle of 185.71º 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 #02616B is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 97 | 107 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.58 |
| HSL | 185.71º | 0.96% | 0.21% | - |
| HSV(B) | 185.71º | 0.98% | 0.42% | - |
| XYZ | 6.95 | 9.62 | 15.4 | - |
| YUV | 69.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 107 | 0.98 | 0.09 | 0 | 0.58 | 185.71 | 0.96 | 0.21 |
| Hex | 2 | 61 | 6B | 62 | 9 | 0 | 3A | BA | 60 | 15 |
| Octal | 2 | 141 | 153 | 142 | 11 | 0 | 72 | 272 | 140 | 25 |
| Binary | 10 | 1100001 | 1101011 | 1100010 | 1001 | 0 | 111010 | 10111010 | 1100000 | 10101 |
Color Harmonies of #02616B
Complementary color
Monochromatic Colors of #02616B
Black with #02616B
Text Example
Text Example
White with #02616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02616B; }
p { color: rgb(2,97,107); }
H1.HeaderClassName
{
color: #02616B;
}
.AnyTagClassName
{
color: #02616B;
}
</style>
background-color css
<style>
a { background-color: #02616B; }
a { background-color: rgb(2,97,107); }
div.DivClassName
{
background-color: #02616B;
}
.BgClassName
{
background-color: #02616B;
}
</style>
border-color css
<style>
span { border-color: #02616B; }
span { border-color: rgb(2,97,107); }
td.TdClassName
{
border-color: #02616B;
}
.TagClassName
{
border-color: #02616B;
}
</style>