Shades of Blue Lagoon #145C6D
Tints of Blue Lagoon #145C6D
RGB
CMYK
RGB Variations
Color information
#145C6D (or 0x145C6D) is known color: Blue Lagoon. HEX triplet: 14, 5C and 6D. RGB value is (20,92,109). Sum of RGB (Red+Green+Blue) = 20+92+109=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #145C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6D is #EBA392. Grayscale: #484848. Windows color (decimal): -15442835 or 7166996. OLE color: 7166996.
HSL color Cylindrical-coordinate representation of color #145C6D: hue angle of 191.46º 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 #145C6D is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 92 | 109 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.57 |
| HSL | 191.46º | 0.69% | 0.25% | - |
| HSV(B) | 191.46º | 0.82% | 0.43% | - |
| XYZ | 6.88 | 8.91 | 15.82 | - |
| YUV | 72.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 109 | 0.82 | 0.16 | 0 | 0.57 | 191.46 | 0.69 | 0.25 |
| Hex | 14 | 5C | 6D | 52 | 10 | 0 | 39 | BF | 45 | 19 |
| Octal | 24 | 134 | 155 | 122 | 20 | 0 | 71 | 277 | 105 | 31 |
| Binary | 10100 | 1011100 | 1101101 | 1010010 | 10000 | 0 | 111001 | 10111111 | 1000101 | 11001 |
Color Harmonies of #145C6D
Complementary color
Monochromatic Colors of #145C6D
Black with #145C6D
Text Example
Text Example
White with #145C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C6D; }
p { color: rgb(20,92,109); }
H1.HeaderClassName
{
color: #145C6D;
}
.AnyTagClassName
{
color: #145C6D;
}
</style>
background-color css
<style>
a { background-color: #145C6D; }
a { background-color: rgb(20,92,109); }
div.DivClassName
{
background-color: #145C6D;
}
.BgClassName
{
background-color: #145C6D;
}
</style>
border-color css
<style>
span { border-color: #145C6D; }
span { border-color: rgb(20,92,109); }
td.TdClassName
{
border-color: #145C6D;
}
.TagClassName
{
border-color: #145C6D;
}
</style>