Shades of Blue Lagoon #02668B
Tints of Blue Lagoon #02668B
RGB
CMYK
RGB Variations
Color information
#02668B (or 0x02668B) is known color: Blue Lagoon. HEX triplet: 02, 66 and 8B. RGB value is (2,102,139). Sum of RGB (Red+Green+Blue) = 2+102+139=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #02668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02668B is #FD9974. Grayscale: #4C4C4C. Windows color (decimal): -16619893 or 9135618. OLE color: 9135618.
HSL color Cylindrical-coordinate representation of color #02668B: hue angle of 196.2º 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 #02668B is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 102 | 139 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.45 |
| HSL | 196.2º | 0.97% | 0.28% | - |
| HSV(B) | 196.2º | 0.99% | 0.55% | - |
| XYZ | 9.44 | 11.38 | 26.13 | - |
| YUV | 76.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 139 | 0.99 | 0.27 | 0 | 0.45 | 196.2 | 0.97 | 0.28 |
| Hex | 2 | 66 | 8B | 63 | 1B | 0 | 2D | C4 | 61 | 1C |
| Octal | 2 | 146 | 213 | 143 | 33 | 0 | 55 | 304 | 141 | 34 |
| Binary | 10 | 1100110 | 10001011 | 1100011 | 11011 | 0 | 101101 | 11000100 | 1100001 | 11100 |
Color Harmonies of #02668B
Complementary color
Monochromatic Colors of #02668B
Black with #02668B
Text Example
Text Example
White with #02668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02668B; }
p { color: rgb(2,102,139); }
H1.HeaderClassName
{
color: #02668B;
}
.AnyTagClassName
{
color: #02668B;
}
</style>
background-color css
<style>
a { background-color: #02668B; }
a { background-color: rgb(2,102,139); }
div.DivClassName
{
background-color: #02668B;
}
.BgClassName
{
background-color: #02668B;
}
</style>
border-color css
<style>
span { border-color: #02668B; }
span { border-color: rgb(2,102,139); }
td.TdClassName
{
border-color: #02668B;
}
.TagClassName
{
border-color: #02668B;
}
</style>