Shades of Blue Lagoon #145C6B
Tints of Blue Lagoon #145C6B
RGB
CMYK
RGB Variations
Color information
#145C6B (or 0x145C6B) is known color: Blue Lagoon. HEX triplet: 14, 5C and 6B. RGB value is (20,92,107). Sum of RGB (Red+Green+Blue) = 20+92+107=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #145C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6B is #EBA394. Grayscale: #484848. Windows color (decimal): -15442837 or 7035924. OLE color: 7035924.
HSL color Cylindrical-coordinate representation of color #145C6B: hue angle of 190.34º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145C6B is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 92 | 107 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.58 |
| HSL | 190.34º | 0.69% | 0.25% | - |
| HSV(B) | 190.34º | 0.81% | 0.42% | - |
| XYZ | 6.77 | 8.86 | 15.26 | - |
| YUV | 72.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 107 | 0.81 | 0.14 | 0 | 0.58 | 190.34 | 0.69 | 0.25 |
| Hex | 14 | 5C | 6B | 51 | E | 0 | 3A | BE | 45 | 19 |
| Octal | 24 | 134 | 153 | 121 | 16 | 0 | 72 | 276 | 105 | 31 |
| Binary | 10100 | 1011100 | 1101011 | 1010001 | 1110 | 0 | 111010 | 10111110 | 1000101 | 11001 |
Color Harmonies of #145C6B
Complementary color
Monochromatic Colors of #145C6B
Black with #145C6B
Text Example
Text Example
White with #145C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C6B; }
p { color: rgb(20,92,107); }
H1.HeaderClassName
{
color: #145C6B;
}
.AnyTagClassName
{
color: #145C6B;
}
</style>
background-color css
<style>
a { background-color: #145C6B; }
a { background-color: rgb(20,92,107); }
div.DivClassName
{
background-color: #145C6B;
}
.BgClassName
{
background-color: #145C6B;
}
</style>
border-color css
<style>
span { border-color: #145C6B; }
span { border-color: rgb(20,92,107); }
td.TdClassName
{
border-color: #145C6B;
}
.TagClassName
{
border-color: #145C6B;
}
</style>