Shades of Blue Lagoon #015C85
Tints of Blue Lagoon #015C85
RGB
CMYK
RGB Variations
Color information
#015C85 (or 0x015C85) is known color: Blue Lagoon. HEX triplet: 01, 5C and 85. RGB value is (1,92,133). Sum of RGB (Red+Green+Blue) = 1+92+133=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #015C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C85 is #FEA37A. Grayscale: #454545. Windows color (decimal): -16687995 or 8739841. OLE color: 8739841.
HSL color Cylindrical-coordinate representation of color #015C85: hue angle of 198.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C85 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 92 | 133 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.48 |
| HSL | 198.64º | 0.99% | 0.26% | - |
| HSV(B) | 198.64º | 0.99% | 0.52% | - |
| XYZ | 8.07 | 9.35 | 23.57 | - |
| YUV | 69.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 133 | 0.99 | 0.31 | 0 | 0.48 | 198.64 | 0.99 | 0.26 |
| Hex | 1 | 5C | 85 | 63 | 1F | 0 | 30 | C7 | 63 | 1A |
| Octal | 1 | 134 | 205 | 143 | 37 | 0 | 60 | 307 | 143 | 32 |
| Binary | 1 | 1011100 | 10000101 | 1100011 | 11111 | 0 | 110000 | 11000111 | 1100011 | 11010 |
Color Harmonies of #015C85
Complementary color
Monochromatic Colors of #015C85
Black with #015C85
Text Example
Text Example
White with #015C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C85; }
p { color: rgb(1,92,133); }
H1.HeaderClassName
{
color: #015C85;
}
.AnyTagClassName
{
color: #015C85;
}
</style>
background-color css
<style>
a { background-color: #015C85; }
a { background-color: rgb(1,92,133); }
div.DivClassName
{
background-color: #015C85;
}
.BgClassName
{
background-color: #015C85;
}
</style>
border-color css
<style>
span { border-color: #015C85; }
span { border-color: rgb(1,92,133); }
td.TdClassName
{
border-color: #015C85;
}
.TagClassName
{
border-color: #015C85;
}
</style>