Shades of Blue Lagoon #015E6E
Tints of Blue Lagoon #015E6E
RGB
CMYK
RGB Variations
Color information
#015E6E (or 0x015E6E) is known color: Blue Lagoon. HEX triplet: 01, 5E and 6E. RGB value is (1,94,110). Sum of RGB (Red+Green+Blue) = 1+94+110=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #015E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E6E is #FEA191. Grayscale: #434343. Windows color (decimal): -16687506 or 7233025. OLE color: 7233025.
HSL color Cylindrical-coordinate representation of color #015E6E: hue angle of 188.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E6E is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 94 | 110 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.57 |
| HSL | 188.81º | 0.98% | 0.22% | - |
| HSV(B) | 188.81º | 0.99% | 0.43% | - |
| XYZ | 6.83 | 9.14 | 16.16 | - |
| YUV | 68.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 110 | 0.99 | 0.15 | 0 | 0.57 | 188.81 | 0.98 | 0.22 |
| Hex | 1 | 5E | 6E | 63 | F | 0 | 39 | BD | 62 | 16 |
| Octal | 1 | 136 | 156 | 143 | 17 | 0 | 71 | 275 | 142 | 26 |
| Binary | 1 | 1011110 | 1101110 | 1100011 | 1111 | 0 | 111001 | 10111101 | 1100010 | 10110 |
Color Harmonies of #015E6E
Complementary color
Monochromatic Colors of #015E6E
Black with #015E6E
Text Example
Text Example
White with #015E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E6E; }
p { color: rgb(1,94,110); }
H1.HeaderClassName
{
color: #015E6E;
}
.AnyTagClassName
{
color: #015E6E;
}
</style>
background-color css
<style>
a { background-color: #015E6E; }
a { background-color: rgb(1,94,110); }
div.DivClassName
{
background-color: #015E6E;
}
.BgClassName
{
background-color: #015E6E;
}
</style>
border-color css
<style>
span { border-color: #015E6E; }
span { border-color: rgb(1,94,110); }
td.TdClassName
{
border-color: #015E6E;
}
.TagClassName
{
border-color: #015E6E;
}
</style>