Shades of Blue Lagoon #015A6A
Tints of Blue Lagoon #015A6A
RGB
CMYK
RGB Variations
Color information
#015A6A (or 0x015A6A) is known color: Blue Lagoon. HEX triplet: 01, 5A and 6A. RGB value is (1,90,106). Sum of RGB (Red+Green+Blue) = 1+90+106=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #015A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6A is #FEA595. Grayscale: #414141. Windows color (decimal): -16688534 or 6969857. OLE color: 6969857.
HSL color Cylindrical-coordinate representation of color #015A6A: hue angle of 189.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A6A is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 90 | 106 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.58 |
| HSL | 189.14º | 0.98% | 0.21% | - |
| HSV(B) | 189.14º | 0.99% | 0.42% | - |
| XYZ | 6.27 | 8.36 | 14.92 | - |
| YUV | 65.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 106 | 0.99 | 0.15 | 0 | 0.58 | 189.14 | 0.98 | 0.21 |
| Hex | 1 | 5A | 6A | 63 | F | 0 | 3A | BD | 62 | 15 |
| Octal | 1 | 132 | 152 | 143 | 17 | 0 | 72 | 275 | 142 | 25 |
| Binary | 1 | 1011010 | 1101010 | 1100011 | 1111 | 0 | 111010 | 10111101 | 1100010 | 10101 |
Color Harmonies of #015A6A
Complementary color
Monochromatic Colors of #015A6A
Black with #015A6A
Text Example
Text Example
White with #015A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A6A; }
p { color: rgb(1,90,106); }
H1.HeaderClassName
{
color: #015A6A;
}
.AnyTagClassName
{
color: #015A6A;
}
</style>
background-color css
<style>
a { background-color: #015A6A; }
a { background-color: rgb(1,90,106); }
div.DivClassName
{
background-color: #015A6A;
}
.BgClassName
{
background-color: #015A6A;
}
</style>
border-color css
<style>
span { border-color: #015A6A; }
span { border-color: rgb(1,90,106); }
td.TdClassName
{
border-color: #015A6A;
}
.TagClassName
{
border-color: #015A6A;
}
</style>