Shades of Blue Lagoon #015478
Tints of Blue Lagoon #015478
RGB
CMYK
RGB Variations
Color information
#015478 (or 0x015478) is known color: Blue Lagoon. HEX triplet: 01, 54 and 78. RGB value is (1,84,120). Sum of RGB (Red+Green+Blue) = 1+84+120=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #015478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015478 is #FEAB87. Grayscale: #3F3F3F. Windows color (decimal): -16690056 or 7885825. OLE color: 7885825.
HSL color Cylindrical-coordinate representation of color #015478: hue angle of 198.15º 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 #015478 is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 84 | 120 | - |
| CMYK | 0.99 | 0.3 | 0 | 0.53 |
| HSL | 198.15º | 0.98% | 0.24% | - |
| HSV(B) | 198.15º | 0.99% | 0.47% | - |
| XYZ | 6.57 | 7.7 | 18.91 | - |
| YUV | 63.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 120 | 0.99 | 0.3 | 0 | 0.53 | 198.15 | 0.98 | 0.24 |
| Hex | 1 | 54 | 78 | 63 | 1E | 0 | 35 | C6 | 62 | 18 |
| Octal | 1 | 124 | 170 | 143 | 36 | 0 | 65 | 306 | 142 | 30 |
| Binary | 1 | 1010100 | 1111000 | 1100011 | 11110 | 0 | 110101 | 11000110 | 1100010 | 11000 |
Color Harmonies of #015478
Complementary color
Monochromatic Colors of #015478
Black with #015478
Text Example
Text Example
White with #015478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015478; }
p { color: rgb(1,84,120); }
H1.HeaderClassName
{
color: #015478;
}
.AnyTagClassName
{
color: #015478;
}
</style>
background-color css
<style>
a { background-color: #015478; }
a { background-color: rgb(1,84,120); }
div.DivClassName
{
background-color: #015478;
}
.BgClassName
{
background-color: #015478;
}
</style>
border-color css
<style>
span { border-color: #015478; }
span { border-color: rgb(1,84,120); }
td.TdClassName
{
border-color: #015478;
}
.TagClassName
{
border-color: #015478;
}
</style>