Shades of Blue Lagoon #015A67
Tints of Blue Lagoon #015A67
RGB
CMYK
RGB Variations
Color information
#015A67 (or 0x015A67) is known color: Blue Lagoon. HEX triplet: 01, 5A and 67. RGB value is (1,90,103). Sum of RGB (Red+Green+Blue) = 1+90+103=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #015A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A67 is #FEA598. Grayscale: #404040. Windows color (decimal): -16688537 or 6773249. OLE color: 6773249.
HSL color Cylindrical-coordinate representation of color #015A67: hue angle of 187.65º 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 #015A67 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 90 | 103 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.60 |
| HSL | 187.65º | 0.98% | 0.2% | - |
| HSV(B) | 187.65º | 0.99% | 0.4% | - |
| XYZ | 6.12 | 8.3 | 14.11 | - |
| YUV | 64.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 103 | 0.99 | 0.13 | 0 | 0.60 | 187.65 | 0.98 | 0.2 |
| Hex | 1 | 5A | 67 | 63 | D | 0 | 3C | BC | 62 | 14 |
| Octal | 1 | 132 | 147 | 143 | 15 | 0 | 74 | 274 | 142 | 24 |
| Binary | 1 | 1011010 | 1100111 | 1100011 | 1101 | 0 | 111100 | 10111100 | 1100010 | 10100 |
Color Harmonies of #015A67
Complementary color
Monochromatic Colors of #015A67
Black with #015A67
Text Example
Text Example
White with #015A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A67; }
p { color: rgb(1,90,103); }
H1.HeaderClassName
{
color: #015A67;
}
.AnyTagClassName
{
color: #015A67;
}
</style>
background-color css
<style>
a { background-color: #015A67; }
a { background-color: rgb(1,90,103); }
div.DivClassName
{
background-color: #015A67;
}
.BgClassName
{
background-color: #015A67;
}
</style>
border-color css
<style>
span { border-color: #015A67; }
span { border-color: rgb(1,90,103); }
td.TdClassName
{
border-color: #015A67;
}
.TagClassName
{
border-color: #015A67;
}
</style>