Shades of Blue Lagoon #015C68
Tints of Blue Lagoon #015C68
RGB
CMYK
RGB Variations
Color information
#015C68 (or 0x015C68) is known color: Blue Lagoon. HEX triplet: 01, 5C and 68. RGB value is (1,92,104). Sum of RGB (Red+Green+Blue) = 1+92+104=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #015C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C68 is #FEA397. Grayscale: #424242. Windows color (decimal): -16688024 or 6839297. OLE color: 6839297.
HSL color Cylindrical-coordinate representation of color #015C68: hue angle of 186.99º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C68 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 92 | 104 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.59 |
| HSL | 186.99º | 0.98% | 0.21% | - |
| HSV(B) | 186.99º | 0.99% | 0.41% | - |
| XYZ | 6.34 | 8.66 | 14.43 | - |
| YUV | 66.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 104 | 0.99 | 0.12 | 0 | 0.59 | 186.99 | 0.98 | 0.21 |
| Hex | 1 | 5C | 68 | 63 | C | 0 | 3B | BB | 62 | 15 |
| Octal | 1 | 134 | 150 | 143 | 14 | 0 | 73 | 273 | 142 | 25 |
| Binary | 1 | 1011100 | 1101000 | 1100011 | 1100 | 0 | 111011 | 10111011 | 1100010 | 10101 |
Color Harmonies of #015C68
Complementary color
Monochromatic Colors of #015C68
Black with #015C68
Text Example
Text Example
White with #015C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C68; }
p { color: rgb(1,92,104); }
H1.HeaderClassName
{
color: #015C68;
}
.AnyTagClassName
{
color: #015C68;
}
</style>
background-color css
<style>
a { background-color: #015C68; }
a { background-color: rgb(1,92,104); }
div.DivClassName
{
background-color: #015C68;
}
.BgClassName
{
background-color: #015C68;
}
</style>
border-color css
<style>
span { border-color: #015C68; }
span { border-color: rgb(1,92,104); }
td.TdClassName
{
border-color: #015C68;
}
.TagClassName
{
border-color: #015C68;
}
</style>