Shades of Blue Lagoon #02636C
Tints of Blue Lagoon #02636C
RGB
CMYK
RGB Variations
Color information
#02636C (or 0x02636C) is known color: Blue Lagoon. HEX triplet: 02, 63 and 6C. RGB value is (2,99,108). Sum of RGB (Red+Green+Blue) = 2+99+108=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #02636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02636C is #FD9C93. Grayscale: #464646. Windows color (decimal): -16620692 or 7103234. OLE color: 7103234.
HSL color Cylindrical-coordinate representation of color #02636C: hue angle of 185.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02636C is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 99 | 108 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.58 |
| HSL | 185.09º | 0.96% | 0.22% | - |
| HSV(B) | 185.09º | 0.98% | 0.42% | - |
| XYZ | 7.19 | 10.02 | 15.74 | - |
| YUV | 71.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 108 | 0.98 | 0.08 | 0 | 0.58 | 185.09 | 0.96 | 0.22 |
| Hex | 2 | 63 | 6C | 62 | 8 | 0 | 3A | B9 | 60 | 16 |
| Octal | 2 | 143 | 154 | 142 | 10 | 0 | 72 | 271 | 140 | 26 |
| Binary | 10 | 1100011 | 1101100 | 1100010 | 1000 | 0 | 111010 | 10111001 | 1100000 | 10110 |
Color Harmonies of #02636C
Complementary color
Monochromatic Colors of #02636C
Black with #02636C
Text Example
Text Example
White with #02636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02636C; }
p { color: rgb(2,99,108); }
H1.HeaderClassName
{
color: #02636C;
}
.AnyTagClassName
{
color: #02636C;
}
</style>
background-color css
<style>
a { background-color: #02636C; }
a { background-color: rgb(2,99,108); }
div.DivClassName
{
background-color: #02636C;
}
.BgClassName
{
background-color: #02636C;
}
</style>
border-color css
<style>
span { border-color: #02636C; }
span { border-color: rgb(2,99,108); }
td.TdClassName
{
border-color: #02636C;
}
.TagClassName
{
border-color: #02636C;
}
</style>