Shades of Blue Lagoon #015C6B
Tints of Blue Lagoon #015C6B
RGB
CMYK
RGB Variations
Color information
#015C6B (or 0x015C6B) is known color: Blue Lagoon. HEX triplet: 01, 5C and 6B. RGB value is (1,92,107). Sum of RGB (Red+Green+Blue) = 1+92+107=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #015C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C6B is #FEA394. Grayscale: #424242. Windows color (decimal): -16688021 or 7035905. OLE color: 7035905.
HSL color Cylindrical-coordinate representation of color #015C6B: hue angle of 188.49º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C6B is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 92 | 107 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.58 |
| HSL | 188.49º | 0.98% | 0.21% | - |
| HSV(B) | 188.49º | 0.99% | 0.42% | - |
| XYZ | 6.49 | 8.72 | 15.25 | - |
| YUV | 66.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 107 | 0.99 | 0.14 | 0 | 0.58 | 188.49 | 0.98 | 0.21 |
| Hex | 1 | 5C | 6B | 63 | E | 0 | 3A | BC | 62 | 15 |
| Octal | 1 | 134 | 153 | 143 | 16 | 0 | 72 | 274 | 142 | 25 |
| Binary | 1 | 1011100 | 1101011 | 1100011 | 1110 | 0 | 111010 | 10111100 | 1100010 | 10101 |
Color Harmonies of #015C6B
Complementary color
Monochromatic Colors of #015C6B
Black with #015C6B
Text Example
Text Example
White with #015C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C6B; }
p { color: rgb(1,92,107); }
H1.HeaderClassName
{
color: #015C6B;
}
.AnyTagClassName
{
color: #015C6B;
}
</style>
background-color css
<style>
a { background-color: #015C6B; }
a { background-color: rgb(1,92,107); }
div.DivClassName
{
background-color: #015C6B;
}
.BgClassName
{
background-color: #015C6B;
}
</style>
border-color css
<style>
span { border-color: #015C6B; }
span { border-color: rgb(1,92,107); }
td.TdClassName
{
border-color: #015C6B;
}
.TagClassName
{
border-color: #015C6B;
}
</style>