Shades of Blue Lagoon #02607C
Tints of Blue Lagoon #02607C
RGB
CMYK
RGB Variations
Color information
#02607C (or 0x02607C) is known color: Blue Lagoon. HEX triplet: 02, 60 and 7C. RGB value is (2,96,124). Sum of RGB (Red+Green+Blue) = 2+96+124=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #02607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02607C is #FD9F83. Grayscale: #464646. Windows color (decimal): -16621444 or 8151042. OLE color: 8151042.
HSL color Cylindrical-coordinate representation of color #02607C: hue angle of 193.77º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02607C is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 96 | 124 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.51 |
| HSL | 193.77º | 0.97% | 0.25% | - |
| HSV(B) | 193.77º | 0.98% | 0.49% | - |
| XYZ | 7.85 | 9.83 | 20.55 | - |
| YUV | 71.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 124 | 0.98 | 0.23 | 0 | 0.51 | 193.77 | 0.97 | 0.25 |
| Hex | 2 | 60 | 7C | 62 | 17 | 0 | 33 | C2 | 61 | 19 |
| Octal | 2 | 140 | 174 | 142 | 27 | 0 | 63 | 302 | 141 | 31 |
| Binary | 10 | 1100000 | 1111100 | 1100010 | 10111 | 0 | 110011 | 11000010 | 1100001 | 11001 |
Color Harmonies of #02607C
Complementary color
Monochromatic Colors of #02607C
Black with #02607C
Text Example
Text Example
White with #02607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02607C; }
p { color: rgb(2,96,124); }
H1.HeaderClassName
{
color: #02607C;
}
.AnyTagClassName
{
color: #02607C;
}
</style>
background-color css
<style>
a { background-color: #02607C; }
a { background-color: rgb(2,96,124); }
div.DivClassName
{
background-color: #02607C;
}
.BgClassName
{
background-color: #02607C;
}
</style>
border-color css
<style>
span { border-color: #02607C; }
span { border-color: rgb(2,96,124); }
td.TdClassName
{
border-color: #02607C;
}
.TagClassName
{
border-color: #02607C;
}
</style>