Shades of Blue Lagoon #015E74
Tints of Blue Lagoon #015E74
RGB
CMYK
RGB Variations
Color information
#015E74 (or 0x015E74) is known color: Blue Lagoon. HEX triplet: 01, 5E and 74. RGB value is (1,94,116). Sum of RGB (Red+Green+Blue) = 1+94+116=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #015E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E74 is #FEA18B. Grayscale: #444444. Windows color (decimal): -16687500 or 7626241. OLE color: 7626241.
HSL color Cylindrical-coordinate representation of color #015E74: hue angle of 191.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E74 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 94 | 116 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.55 |
| HSL | 191.48º | 0.98% | 0.23% | - |
| HSV(B) | 191.48º | 0.99% | 0.45% | - |
| XYZ | 7.17 | 9.27 | 17.94 | - |
| YUV | 68.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 116 | 0.99 | 0.19 | 0 | 0.55 | 191.48 | 0.98 | 0.23 |
| Hex | 1 | 5E | 74 | 63 | 13 | 0 | 37 | BF | 62 | 17 |
| Octal | 1 | 136 | 164 | 143 | 23 | 0 | 67 | 277 | 142 | 27 |
| Binary | 1 | 1011110 | 1110100 | 1100011 | 10011 | 0 | 110111 | 10111111 | 1100010 | 10111 |
Color Harmonies of #015E74
Complementary color
Monochromatic Colors of #015E74
Black with #015E74
Text Example
Text Example
White with #015E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E74; }
p { color: rgb(1,94,116); }
H1.HeaderClassName
{
color: #015E74;
}
.AnyTagClassName
{
color: #015E74;
}
</style>
background-color css
<style>
a { background-color: #015E74; }
a { background-color: rgb(1,94,116); }
div.DivClassName
{
background-color: #015E74;
}
.BgClassName
{
background-color: #015E74;
}
</style>
border-color css
<style>
span { border-color: #015E74; }
span { border-color: rgb(1,94,116); }
td.TdClassName
{
border-color: #015E74;
}
.TagClassName
{
border-color: #015E74;
}
</style>