Shades of Blue Lagoon #145D6E
Tints of Blue Lagoon #145D6E
RGB
CMYK
RGB Variations
Color information
#145D6E (or 0x145D6E) is known color: Blue Lagoon. HEX triplet: 14, 5D and 6E. RGB value is (20,93,110). Sum of RGB (Red+Green+Blue) = 20+93+110=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #145D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D6E is #EBA291. Grayscale: #484848. Windows color (decimal): -15442578 or 7232788. OLE color: 7232788.
HSL color Cylindrical-coordinate representation of color #145D6E: hue angle of 191.33º 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 #145D6E is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 93 | 110 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.57 |
| HSL | 191.33º | 0.69% | 0.25% | - |
| HSV(B) | 191.33º | 0.82% | 0.43% | - |
| XYZ | 7.02 | 9.1 | 16.14 | - |
| YUV | 73.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 110 | 0.82 | 0.15 | 0 | 0.57 | 191.33 | 0.69 | 0.25 |
| Hex | 14 | 5D | 6E | 52 | F | 0 | 39 | BF | 45 | 19 |
| Octal | 24 | 135 | 156 | 122 | 17 | 0 | 71 | 277 | 105 | 31 |
| Binary | 10100 | 1011101 | 1101110 | 1010010 | 1111 | 0 | 111001 | 10111111 | 1000101 | 11001 |
Color Harmonies of #145D6E
Complementary color
Monochromatic Colors of #145D6E
Black with #145D6E
Text Example
Text Example
White with #145D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D6E; }
p { color: rgb(20,93,110); }
H1.HeaderClassName
{
color: #145D6E;
}
.AnyTagClassName
{
color: #145D6E;
}
</style>
background-color css
<style>
a { background-color: #145D6E; }
a { background-color: rgb(20,93,110); }
div.DivClassName
{
background-color: #145D6E;
}
.BgClassName
{
background-color: #145D6E;
}
</style>
border-color css
<style>
span { border-color: #145D6E; }
span { border-color: rgb(20,93,110); }
td.TdClassName
{
border-color: #145D6E;
}
.TagClassName
{
border-color: #145D6E;
}
</style>