Shades of Blue Lagoon #145769
Tints of Blue Lagoon #145769
RGB
CMYK
RGB Variations
Color information
#145769 (or 0x145769) is known color: Blue Lagoon. HEX triplet: 14, 57 and 69. RGB value is (20,87,105). Sum of RGB (Red+Green+Blue) = 20+87+105=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #145769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145769 is #EBA896. Grayscale: #444444. Windows color (decimal): -15444119 or 6903572. OLE color: 6903572.
HSL color Cylindrical-coordinate representation of color #145769: hue angle of 192.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145769 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 87 | 105 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.59 |
| HSL | 192.71º | 0.68% | 0.25% | - |
| HSV(B) | 192.71º | 0.81% | 0.41% | - |
| XYZ | 6.25 | 7.99 | 14.58 | - |
| YUV | 69.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 105 | 0.81 | 0.17 | 0 | 0.59 | 192.71 | 0.68 | 0.25 |
| Hex | 14 | 57 | 69 | 51 | 11 | 0 | 3B | C1 | 44 | 19 |
| Octal | 24 | 127 | 151 | 121 | 21 | 0 | 73 | 301 | 104 | 31 |
| Binary | 10100 | 1010111 | 1101001 | 1010001 | 10001 | 0 | 111011 | 11000001 | 1000100 | 11001 |
Color Harmonies of #145769
Complementary color
Monochromatic Colors of #145769
Black with #145769
Text Example
Text Example
White with #145769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145769; }
p { color: rgb(20,87,105); }
H1.HeaderClassName
{
color: #145769;
}
.AnyTagClassName
{
color: #145769;
}
</style>
background-color css
<style>
a { background-color: #145769; }
a { background-color: rgb(20,87,105); }
div.DivClassName
{
background-color: #145769;
}
.BgClassName
{
background-color: #145769;
}
</style>
border-color css
<style>
span { border-color: #145769; }
span { border-color: rgb(20,87,105); }
td.TdClassName
{
border-color: #145769;
}
.TagClassName
{
border-color: #145769;
}
</style>