Shades of Blue Lagoon #02668D
Tints of Blue Lagoon #02668D
RGB
CMYK
RGB Variations
Color information
#02668D (or 0x02668D) is known color: Blue Lagoon. HEX triplet: 02, 66 and 8D. RGB value is (2,102,141). Sum of RGB (Red+Green+Blue) = 2+102+141=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #02668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02668D is #FD9972. Grayscale: #4C4C4C. Windows color (decimal): -16619891 or 9266690. OLE color: 9266690.
HSL color Cylindrical-coordinate representation of color #02668D: hue angle of 196.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02668D is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 102 | 141 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.45 |
| HSL | 196.83º | 0.97% | 0.28% | - |
| HSV(B) | 196.83º | 0.99% | 0.55% | - |
| XYZ | 9.58 | 11.44 | 26.9 | - |
| YUV | 76.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 141 | 0.99 | 0.28 | 0 | 0.45 | 196.83 | 0.97 | 0.28 |
| Hex | 2 | 66 | 8D | 63 | 1C | 0 | 2D | C5 | 61 | 1C |
| Octal | 2 | 146 | 215 | 143 | 34 | 0 | 55 | 305 | 141 | 34 |
| Binary | 10 | 1100110 | 10001101 | 1100011 | 11100 | 0 | 101101 | 11000101 | 1100001 | 11100 |
Color Harmonies of #02668D
Complementary color
Monochromatic Colors of #02668D
Black with #02668D
Text Example
Text Example
White with #02668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02668D; }
p { color: rgb(2,102,141); }
H1.HeaderClassName
{
color: #02668D;
}
.AnyTagClassName
{
color: #02668D;
}
</style>
background-color css
<style>
a { background-color: #02668D; }
a { background-color: rgb(2,102,141); }
div.DivClassName
{
background-color: #02668D;
}
.BgClassName
{
background-color: #02668D;
}
</style>
border-color css
<style>
span { border-color: #02668D; }
span { border-color: rgb(2,102,141); }
td.TdClassName
{
border-color: #02668D;
}
.TagClassName
{
border-color: #02668D;
}
</style>