Shades of Blue Lagoon #145E6F
Tints of Blue Lagoon #145E6F
RGB
CMYK
RGB Variations
Color information
#145E6F (or 0x145E6F) is known color: Blue Lagoon. HEX triplet: 14, 5E and 6F. RGB value is (20,94,111). Sum of RGB (Red+Green+Blue) = 20+94+111=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #145E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E6F is #EBA190. Grayscale: #494949. Windows color (decimal): -15442321 or 7298580. OLE color: 7298580.
HSL color Cylindrical-coordinate representation of color #145E6F: hue angle of 191.21º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145E6F is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 94 | 111 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.56 |
| HSL | 191.21º | 0.69% | 0.26% | - |
| HSV(B) | 191.21º | 0.82% | 0.44% | - |
| XYZ | 7.16 | 9.3 | 16.46 | - |
| YUV | 73.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 111 | 0.82 | 0.15 | 0 | 0.56 | 191.21 | 0.69 | 0.26 |
| Hex | 14 | 5E | 6F | 52 | F | 0 | 38 | BF | 45 | 1A |
| Octal | 24 | 136 | 157 | 122 | 17 | 0 | 70 | 277 | 105 | 32 |
| Binary | 10100 | 1011110 | 1101111 | 1010010 | 1111 | 0 | 111000 | 10111111 | 1000101 | 11010 |
Color Harmonies of #145E6F
Complementary color
Monochromatic Colors of #145E6F
Black with #145E6F
Text Example
Text Example
White with #145E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E6F; }
p { color: rgb(20,94,111); }
H1.HeaderClassName
{
color: #145E6F;
}
.AnyTagClassName
{
color: #145E6F;
}
</style>
background-color css
<style>
a { background-color: #145E6F; }
a { background-color: rgb(20,94,111); }
div.DivClassName
{
background-color: #145E6F;
}
.BgClassName
{
background-color: #145E6F;
}
</style>
border-color css
<style>
span { border-color: #145E6F; }
span { border-color: rgb(20,94,111); }
td.TdClassName
{
border-color: #145E6F;
}
.TagClassName
{
border-color: #145E6F;
}
</style>