Shades of Blue Lagoon #015F6E
Tints of Blue Lagoon #015F6E
RGB
CMYK
RGB Variations
Color information
#015F6E (or 0x015F6E) is known color: Blue Lagoon. HEX triplet: 01, 5F and 6E. RGB value is (1,95,110). Sum of RGB (Red+Green+Blue) = 1+95+110=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #015F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F6E is #FEA091. Grayscale: #444444. Windows color (decimal): -16687250 or 7233281. OLE color: 7233281.
HSL color Cylindrical-coordinate representation of color #015F6E: hue angle of 188.26º 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 #015F6E is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 95 | 110 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.57 |
| HSL | 188.26º | 0.98% | 0.22% | - |
| HSV(B) | 188.26º | 0.99% | 0.43% | - |
| XYZ | 6.92 | 9.32 | 16.19 | - |
| YUV | 68.6 | 151.36 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 110 | 0.99 | 0.14 | 0 | 0.57 | 188.26 | 0.98 | 0.22 |
| Hex | 1 | 5F | 6E | 63 | E | 0 | 39 | BC | 62 | 16 |
| Octal | 1 | 137 | 156 | 143 | 16 | 0 | 71 | 274 | 142 | 26 |
| Binary | 1 | 1011111 | 1101110 | 1100011 | 1110 | 0 | 111001 | 10111100 | 1100010 | 10110 |
Color Harmonies of #015F6E
Complementary color
Monochromatic Colors of #015F6E
Black with #015F6E
Text Example
Text Example
White with #015F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F6E; }
p { color: rgb(1,95,110); }
H1.HeaderClassName
{
color: #015F6E;
}
.AnyTagClassName
{
color: #015F6E;
}
</style>
background-color css
<style>
a { background-color: #015F6E; }
a { background-color: rgb(1,95,110); }
div.DivClassName
{
background-color: #015F6E;
}
.BgClassName
{
background-color: #015F6E;
}
</style>
border-color css
<style>
span { border-color: #015F6E; }
span { border-color: rgb(1,95,110); }
td.TdClassName
{
border-color: #015F6E;
}
.TagClassName
{
border-color: #015F6E;
}
</style>