Shades of Blue Lagoon #015464
Tints of Blue Lagoon #015464
RGB
CMYK
RGB Variations
Color information
#015464 (or 0x015464) is known color: Blue Lagoon. HEX triplet: 01, 54 and 64. RGB value is (1,84,100). Sum of RGB (Red+Green+Blue) = 1+84+100=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #015464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015464 is #FEAB9B. Grayscale: #3C3C3C. Windows color (decimal): -16690076 or 6575105. OLE color: 6575105.
HSL color Cylindrical-coordinate representation of color #015464: hue angle of 189.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015464 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 84 | 100 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.61 |
| HSL | 189.7º | 0.98% | 0.2% | - |
| HSV(B) | 189.7º | 0.99% | 0.39% | - |
| XYZ | 5.48 | 7.27 | 13.17 | - |
| YUV | 61.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 100 | 0.99 | 0.16 | 0 | 0.61 | 189.7 | 0.98 | 0.2 |
| Hex | 1 | 54 | 64 | 63 | 10 | 0 | 3D | BE | 62 | 14 |
| Octal | 1 | 124 | 144 | 143 | 20 | 0 | 75 | 276 | 142 | 24 |
| Binary | 1 | 1010100 | 1100100 | 1100011 | 10000 | 0 | 111101 | 10111110 | 1100010 | 10100 |
Color Harmonies of #015464
Complementary color
Monochromatic Colors of #015464
Black with #015464
Text Example
Text Example
White with #015464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015464; }
p { color: rgb(1,84,100); }
H1.HeaderClassName
{
color: #015464;
}
.AnyTagClassName
{
color: #015464;
}
</style>
background-color css
<style>
a { background-color: #015464; }
a { background-color: rgb(1,84,100); }
div.DivClassName
{
background-color: #015464;
}
.BgClassName
{
background-color: #015464;
}
</style>
border-color css
<style>
span { border-color: #015464; }
span { border-color: rgb(1,84,100); }
td.TdClassName
{
border-color: #015464;
}
.TagClassName
{
border-color: #015464;
}
</style>