Shades of Blue Lagoon #145E6D
Tints of Blue Lagoon #145E6D
RGB
CMYK
RGB Variations
Color information
#145E6D (or 0x145E6D) is known color: Blue Lagoon. HEX triplet: 14, 5E and 6D. RGB value is (20,94,109). Sum of RGB (Red+Green+Blue) = 20+94+109=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #145E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E6D is #EBA192. Grayscale: #494949. Windows color (decimal): -15442323 or 7167508. OLE color: 7167508.
HSL color Cylindrical-coordinate representation of color #145E6D: hue angle of 190.11º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145E6D is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 94 | 109 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.57 |
| HSL | 190.11º | 0.69% | 0.25% | - |
| HSV(B) | 190.11º | 0.82% | 0.43% | - |
| XYZ | 7.05 | 9.26 | 15.88 | - |
| YUV | 73.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 109 | 0.82 | 0.14 | 0 | 0.57 | 190.11 | 0.69 | 0.25 |
| Hex | 14 | 5E | 6D | 52 | E | 0 | 39 | BE | 45 | 19 |
| Octal | 24 | 136 | 155 | 122 | 16 | 0 | 71 | 276 | 105 | 31 |
| Binary | 10100 | 1011110 | 1101101 | 1010010 | 1110 | 0 | 111001 | 10111110 | 1000101 | 11001 |
Color Harmonies of #145E6D
Complementary color
Monochromatic Colors of #145E6D
Black with #145E6D
Text Example
Text Example
White with #145E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E6D; }
p { color: rgb(20,94,109); }
H1.HeaderClassName
{
color: #145E6D;
}
.AnyTagClassName
{
color: #145E6D;
}
</style>
background-color css
<style>
a { background-color: #145E6D; }
a { background-color: rgb(20,94,109); }
div.DivClassName
{
background-color: #145E6D;
}
.BgClassName
{
background-color: #145E6D;
}
</style>
border-color css
<style>
span { border-color: #145E6D; }
span { border-color: rgb(20,94,109); }
td.TdClassName
{
border-color: #145E6D;
}
.TagClassName
{
border-color: #145E6D;
}
</style>