Shades of Blue Lagoon #02636D
Tints of Blue Lagoon #02636D
RGB
CMYK
RGB Variations
Color information
#02636D (or 0x02636D) is known color: Blue Lagoon. HEX triplet: 02, 63 and 6D. RGB value is (2,99,109). Sum of RGB (Red+Green+Blue) = 2+99+109=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #02636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02636D is #FD9C92. Grayscale: #474747. Windows color (decimal): -16620691 or 7168770. OLE color: 7168770.
HSL color Cylindrical-coordinate representation of color #02636D: hue angle of 185.61º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02636D is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 99 | 109 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.57 |
| HSL | 185.61º | 0.96% | 0.22% | - |
| HSV(B) | 185.61º | 0.98% | 0.43% | - |
| XYZ | 7.25 | 10.04 | 16.02 | - |
| YUV | 71.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 109 | 0.98 | 0.09 | 0 | 0.57 | 185.61 | 0.96 | 0.22 |
| Hex | 2 | 63 | 6D | 62 | 9 | 0 | 39 | BA | 60 | 16 |
| Octal | 2 | 143 | 155 | 142 | 11 | 0 | 71 | 272 | 140 | 26 |
| Binary | 10 | 1100011 | 1101101 | 1100010 | 1001 | 0 | 111001 | 10111010 | 1100000 | 10110 |
Color Harmonies of #02636D
Complementary color
Monochromatic Colors of #02636D
Black with #02636D
Text Example
Text Example
White with #02636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02636D; }
p { color: rgb(2,99,109); }
H1.HeaderClassName
{
color: #02636D;
}
.AnyTagClassName
{
color: #02636D;
}
</style>
background-color css
<style>
a { background-color: #02636D; }
a { background-color: rgb(2,99,109); }
div.DivClassName
{
background-color: #02636D;
}
.BgClassName
{
background-color: #02636D;
}
</style>
border-color css
<style>
span { border-color: #02636D; }
span { border-color: rgb(2,99,109); }
td.TdClassName
{
border-color: #02636D;
}
.TagClassName
{
border-color: #02636D;
}
</style>