Shades of Blue Lagoon #02667F
Tints of Blue Lagoon #02667F
RGB
CMYK
RGB Variations
Color information
#02667F (or 0x02667F) is known color: Blue Lagoon. HEX triplet: 02, 66 and 7F. RGB value is (2,102,127). Sum of RGB (Red+Green+Blue) = 2+102+127=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #02667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02667F is #FD9980. Grayscale: #4A4A4A. Windows color (decimal): -16619905 or 8349186. OLE color: 8349186.
HSL color Cylindrical-coordinate representation of color #02667F: hue angle of 192º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02667F is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 102 | 127 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.50 |
| HSL | 192º | 0.97% | 0.25% | - |
| HSV(B) | 192º | 0.98% | 0.5% | - |
| XYZ | 8.61 | 11.05 | 21.76 | - |
| YUV | 74.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 127 | 0.98 | 0.20 | 0 | 0.50 | 192 | 0.97 | 0.25 |
| Hex | 2 | 66 | 7F | 62 | 14 | 0 | 32 | C0 | 61 | 19 |
| Octal | 2 | 146 | 177 | 142 | 24 | 0 | 62 | 300 | 141 | 31 |
| Binary | 10 | 1100110 | 1111111 | 1100010 | 10100 | 0 | 110010 | 11000000 | 1100001 | 11001 |
Color Harmonies of #02667F
Complementary color
Monochromatic Colors of #02667F
Black with #02667F
Text Example
Text Example
White with #02667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02667F; }
p { color: rgb(2,102,127); }
H1.HeaderClassName
{
color: #02667F;
}
.AnyTagClassName
{
color: #02667F;
}
</style>
background-color css
<style>
a { background-color: #02667F; }
a { background-color: rgb(2,102,127); }
div.DivClassName
{
background-color: #02667F;
}
.BgClassName
{
background-color: #02667F;
}
</style>
border-color css
<style>
span { border-color: #02667F; }
span { border-color: rgb(2,102,127); }
td.TdClassName
{
border-color: #02667F;
}
.TagClassName
{
border-color: #02667F;
}
</style>