Shades of Blue Lagoon #015266
Tints of Blue Lagoon #015266
RGB
CMYK
RGB Variations
Color information
#015266 (or 0x015266) is known color: Blue Lagoon. HEX triplet: 01, 52 and 66. RGB value is (1,82,102). Sum of RGB (Red+Green+Blue) = 1+82+102=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #015266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015266 is #FEAD99. Grayscale: #3B3B3B. Windows color (decimal): -16690586 or 6705665. OLE color: 6705665.
HSL color Cylindrical-coordinate representation of color #015266: hue angle of 191.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015266 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 82 | 102 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.6 |
| HSL | 191.88º | 0.98% | 0.2% | - |
| HSV(B) | 191.88º | 0.99% | 0.4% | - |
| XYZ | 5.43 | 7 | 13.64 | - |
| YUV | 60.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 102 | 0.99 | 0.20 | 0 | 0.6 | 191.88 | 0.98 | 0.2 |
| Hex | 1 | 52 | 66 | 63 | 14 | 0 | 3C | C0 | 62 | 14 |
| Octal | 1 | 122 | 146 | 143 | 24 | 0 | 74 | 300 | 142 | 24 |
| Binary | 1 | 1010010 | 1100110 | 1100011 | 10100 | 0 | 111100 | 11000000 | 1100010 | 10100 |
Color Harmonies of #015266
Complementary color
Monochromatic Colors of #015266
Black with #015266
Text Example
Text Example
White with #015266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015266; }
p { color: rgb(1,82,102); }
H1.HeaderClassName
{
color: #015266;
}
.AnyTagClassName
{
color: #015266;
}
</style>
background-color css
<style>
a { background-color: #015266; }
a { background-color: rgb(1,82,102); }
div.DivClassName
{
background-color: #015266;
}
.BgClassName
{
background-color: #015266;
}
</style>
border-color css
<style>
span { border-color: #015266; }
span { border-color: rgb(1,82,102); }
td.TdClassName
{
border-color: #015266;
}
.TagClassName
{
border-color: #015266;
}
</style>