Shades of Blue Lagoon #015C67
Tints of Blue Lagoon #015C67
RGB
CMYK
RGB Variations
Color information
#015C67 (or 0x015C67) is known color: Blue Lagoon. HEX triplet: 01, 5C and 67. RGB value is (1,92,103). Sum of RGB (Red+Green+Blue) = 1+92+103=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #015C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C67 is #FEA398. Grayscale: #414141. Windows color (decimal): -16688025 or 6773761. OLE color: 6773761.
HSL color Cylindrical-coordinate representation of color #015C67: hue angle of 186.47º 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 #015C67 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 92 | 103 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.60 |
| HSL | 186.47º | 0.98% | 0.2% | - |
| HSV(B) | 186.47º | 0.99% | 0.4% | - |
| XYZ | 6.29 | 8.64 | 14.17 | - |
| YUV | 66.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 103 | 0.99 | 0.11 | 0 | 0.60 | 186.47 | 0.98 | 0.2 |
| Hex | 1 | 5C | 67 | 63 | B | 0 | 3C | BA | 62 | 14 |
| Octal | 1 | 134 | 147 | 143 | 13 | 0 | 74 | 272 | 142 | 24 |
| Binary | 1 | 1011100 | 1100111 | 1100011 | 1011 | 0 | 111100 | 10111010 | 1100010 | 10100 |
Color Harmonies of #015C67
Complementary color
Monochromatic Colors of #015C67
Black with #015C67
Text Example
Text Example
White with #015C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C67; }
p { color: rgb(1,92,103); }
H1.HeaderClassName
{
color: #015C67;
}
.AnyTagClassName
{
color: #015C67;
}
</style>
background-color css
<style>
a { background-color: #015C67; }
a { background-color: rgb(1,92,103); }
div.DivClassName
{
background-color: #015C67;
}
.BgClassName
{
background-color: #015C67;
}
</style>
border-color css
<style>
span { border-color: #015C67; }
span { border-color: rgb(1,92,103); }
td.TdClassName
{
border-color: #015C67;
}
.TagClassName
{
border-color: #015C67;
}
</style>