Shades of Blue Lagoon #015C78
Tints of Blue Lagoon #015C78
RGB
CMYK
RGB Variations
Color information
#015C78 (or 0x015C78) is known color: Blue Lagoon. HEX triplet: 01, 5C and 78. RGB value is (1,92,120). Sum of RGB (Red+Green+Blue) = 1+92+120=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #015C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C78 is #FEA387. Grayscale: #434343. Windows color (decimal): -16688008 or 7887873. OLE color: 7887873.
HSL color Cylindrical-coordinate representation of color #015C78: hue angle of 194.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C78 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 92 | 120 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.53 |
| HSL | 194.12º | 0.98% | 0.24% | - |
| HSV(B) | 194.12º | 0.99% | 0.47% | - |
| XYZ | 7.23 | 9.02 | 19.13 | - |
| YUV | 67.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 120 | 0.99 | 0.23 | 0 | 0.53 | 194.12 | 0.98 | 0.24 |
| Hex | 1 | 5C | 78 | 63 | 17 | 0 | 35 | C2 | 62 | 18 |
| Octal | 1 | 134 | 170 | 143 | 27 | 0 | 65 | 302 | 142 | 30 |
| Binary | 1 | 1011100 | 1111000 | 1100011 | 10111 | 0 | 110101 | 11000010 | 1100010 | 11000 |
Color Harmonies of #015C78
Complementary color
Monochromatic Colors of #015C78
Black with #015C78
Text Example
Text Example
White with #015C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C78; }
p { color: rgb(1,92,120); }
H1.HeaderClassName
{
color: #015C78;
}
.AnyTagClassName
{
color: #015C78;
}
</style>
background-color css
<style>
a { background-color: #015C78; }
a { background-color: rgb(1,92,120); }
div.DivClassName
{
background-color: #015C78;
}
.BgClassName
{
background-color: #015C78;
}
</style>
border-color css
<style>
span { border-color: #015C78; }
span { border-color: rgb(1,92,120); }
td.TdClassName
{
border-color: #015C78;
}
.TagClassName
{
border-color: #015C78;
}
</style>